Python codes

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.

Scraping Tweets with Python - Simple Steps on How To Do It

Submitted by Ivan Ponce on
Social media platforms have gathered people from different countries across the globe in one venue. These platforms were initially mainly used for communication but, now, it is also a place for entertainment, information sharing, research, and money-making. It is where people give their opinions on certain topics. Thus, these platforms are usually considered for data collection. One of the social

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.