Python codes

Simple Task Manager App in Python Free Source Code

Submitted by razormist on
Simple Task Manager App in Python Free Source Code - A simple Python project that can record your daily task by adding the task detail to store into database. This project can be use when you want to record your task list in order to organize the your work for the day. Python Free Source Code.

Simple Tetris Game using Pygame in Python Free Source Code

Submitted by razormist on
Simple Tetris Game using Pygame in Python Free Source Code - A simple puzzle style game where your goal is to line the block in horizontal to get a score. The game is very classic to play with and very fun, try to gain more score as you can in order to become the top scorer. Python Free Source Code.

Simple Drawing Application using Tkinter in Python Free Source Code

Submitted by razormist on
Simple Drawing Application using Tkinter in Python Free Source Code - A simple Drawing Tool created in Python that can be use to draw your art. This application can allow the user to change the brush size, stroke color, and background color. Python Free Source Code.

Simple Number Puzzle Game in Python Free Source Code

Submitted by razormist on
Simple Number Puzzle Game in Python Free Source Code - A simple puzzle game application where your only objective is to fix and arrange the number in order. The game very simple and fun to play with you move the number tile using the mouse or keyboard arrows. Python Free Source Code.

Simple Contact Management System with SQLite in Python Free Source Code

Submitted by razormist on
Simple Contact Management System with SQLite in Python Free Source Code - A simple contact manage system that tends to secure all your contact information. This system uses CRUD to modify the contact record by adding new record, deleting existing record, updating current record, etc. Python Free Source Code.

Simple Math Game Application with SQLite in Python Free Source Code

Submitted by razormist on
Simple Math Game Application with SQLite in Python Free Source Code - A simple Python project that can provide you a very challenging math problems. This application will give you a random math problem that needed to be answer respectively. Python Free Source Code.

Simple Supermarket Management System in Python Free Source Code

Submitted by razormist on
Simple Supermarket Management System in Python Free Source Code - A simple python system that can manage the listing item for your supermarket. The system uses the basic CRUD principle that allow you to modify the item data for your shop. Python Free Source Code.

Simple Othello Game using Turtle in Python Free Source Code

Submitted by razormist on
Simple Othello Game using Turtle in Python Free Source Code - A classic board game where your goal is to place your piece in the board as many as your opponent. The game is simple and tricky the you just need to place your piece beside your opponent in order to turn them into your piece color. Python Free Source Code.

Simple Binary Number Convert App in Python Free Source Code

Submitted by razormist on
Simple Binary Number Convert App in Python Free Source Code - A simple Python application that can allow you to convert the binary number to decimal number. This application will automatically give you the accurate conversion of the number you have entered. Python Free Source Code.