A collection of Python scripts and applications ranging from beginner-friendly programs to intermediate-level utilities. Perfect for learning Python fundamentals and practical implementations!
| Project | Description | File |
|---|---|---|
| Space Invaders | Classic arcade game remake | space_invaders.py |
| Tic Tac Toe | Terminal-based multiplayer game | tic_tac_toe.py |
| Adventure Game | Text-based RPG experience | adventure_game.py |
| Project | Description | File |
|---|---|---|
| File Organizer | Automated directory manager | file_organizer.py |
| Secure Password Generator | Military-grade password creator | Secure_Password_Generator.py |
| QR Code Generator | Custom QR code designer | QR_Code_Generator.py |
| Project | Description | File |
|---|---|---|
| Fibonacci Generator | Multiple algorithm implementations | Fibonacci_Generator.py |
| Prime Number Checker | Efficient prime verification | Prime_Checker.py |
| Turtle Graphics | Geometric pattern generator | Turtle_Graphics.py |
- Clone Repository
git clone https://github.com/GauravKanwasi/python.git
cd python