Python

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.

Dice Rolling Simulator in Python Free Source Code

Submitted by razormist on
Dice Rolling Simulator in Python Free Source Code - A simple program that can let your simulate the rolling of a dice. This project tends to show you how to do the randomization of a value by triggering through the button. This will simulate the real dice when rolling. Python Free Source Code.