An open API service indexing awesome lists of open source software.

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

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.