Python

Simple New Year Countdown in Python Free Source Code

Submitted by razormist on
Simple New Year Countdown in Python Free Source Code - A simple python desktop application that can set a timer for the incoming new year celebration. This application will automatically start the timer when the file is open, the timer will only stop when the target is reached. Python Free Source Code.

Simple Calculator App GUI in Python Free Source Code

Submitted by razormist on
Simple Calculator App GUI in Python Free Source Code - A simple calculating application that provide a basic calculation for solving several math problems. The application include several method that can do the following calculation such as addition, subtraction, division, etc. Python Free Source Code.

Student Management System using Tkinter in Python Free Source Code

Submitted by razormist on
Student Management System using Tkinter in Python Free Source Code - A simple system that can manage and manipulate the student information. The system use a SQLite database in order to secure the data process and protect the storing. Python Free Source Code.

Simple Ping Pong Game(Multiplayer) using turtle in Python Free Source Code

Submitted by razormist on
Simple Ping Pong Game(Multiplayer) using turtle in Python Free Source Code - A simple multiplayer game where the two player compete to gain a score. The game can be play endlessly it depends if the player is already satisfy to have that much score. Python Free Source Code.

Simple Calendar Generator App in Python Free Source Code

Submitted by razormist on
Simple Calendar Generator App in Python Free Source Code - A simple application that can display the full calendar of the year. To use this application you need to enter year and it will display the calendar that includes 12 months in that particular year. Python Free Source Code.

How to Create Simple Stopwatch Program with Tkinter in Python

Submitted by razormist on
Learn on how to How to Create Simple Stopwatch Program with Tkinter in Python. A simple Python program where your can track your physical record. You can start the timer to test your speed endurance while running. This tutorial will teach how to create this simple program. Python Free Tutorial.