contains a bunch of relatively simple to moderate projects in python.
You can check which modules are required on the top of the file where they are imported and install them using
pip install module
-
Adventure Game (Will start making part 2 after august)
-
Aim trainer (user math, random ,time and pygame)
-
Nba score tracker (uses get and Pretty Printer)
-
Number Guesser
-
Password manager (uses cryptography)
-
Rock paper scissors game (Uses random module which comes preinstalled)
-
Slot Machine (Gambling is bad . But this is a simple project .)
-
Turtle Racing Game (Uses turtle and pygame module)
-
Typing Speed Tester (WPM) (users curses , time and random)
-
Youtube video Downloader (uses tkinter and pytube)