Skip to content

Latest commit

ย 

History

History
48 lines (38 loc) ยท 2.64 KB

File metadata and controls

48 lines (38 loc) ยท 2.64 KB

๐Ÿ Python Projects Hub

Python Version Last Commit License

A collection of Python scripts and applications ranging from beginner-friendly programs to intermediate-level utilities. Perfect for learning Python fundamentals and practical implementations!

[Projects Preview

๐Ÿš€ Featured Projects

๐ŸŽฎ Games & Entertainment

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

โš™๏ธ Productivity Tools

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

๐Ÿ“š Learning Projects

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

๐Ÿ› ๏ธ Tech Stack

  • Core Language: Python 3.8+
  • Key Libraries: Pygame qrcode Cryptography Turtle

โšก Quick Start

  1. Clone Repository
git clone https://github.com/GauravKanwasi/python.git
cd python