https://github.com/izzypt/python-projects
A compilation of different types of Python projects
https://github.com/izzypt/python-projects
Last synced: 3 months ago
JSON representation
A compilation of different types of Python projects
- Host: GitHub
- URL: https://github.com/izzypt/python-projects
- Owner: izzypt
- Created: 2022-06-12T16:13:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T20:59:18.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T21:45:25.716Z (over 1 year ago)
- Language: Python
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Projects
A compilation of different types of Python projects :
## Snake Game
The classic game using Python and OOP.
## Pong Game
Another classic game using Python and OOP.
## Always Awake ( original )
Keep your computer active while you're away, preventing idle state by the desired amount of time.
## Turtle Cross
Another game using python and OOP.
## Mail Merge Start
Exercise for path, files and dealing with files on Python.
Use a template letter and create an invite for each invited person.
## US States Quizz
Guess and locate all right the states of the United of States of America.
Python and turtle/tkinter.