A collection of simple, beginner-friendly projects designed to help developers learn, build, and contribute to open source. Whether you're just starting out or looking to practice collaboration, this repo is a great place to begin π
This repository is focused on:
- β Providing easy-to-understand projects
- β Helping beginners learn GitHub workflows
- β Encouraging collaboration and contribution
You can:
- β Add your own small projects
- π§ Improve existing ones
- π Fix bugs or enhance features
| Project Name | Description | Tech Stack | Status |
|---|---|---|---|
| ExeFlow | Python script compiler. | Python | π’ Active |
| FlappyBird | Simple flappy bird game | Python | π’ Active |
| Alarm | Alarm app with Python | Python | π’ Active |
| YT-VideoDownloader | Download YT videos from your terminal | Python | π’ Active |
| FileDownloader | Download any file from web | Python | π’ Active |
| Tick-Tack-Toe | Tick-Tack-Toe game | Python | π’ Active |
| SimpleCalculator | Simple Calculator | Python | π’ Active |
| Chess | Chess game with single and multiplayer mode | Python | π’ Active |
| MarkDownIDE | You can write and preview markdown files with this app | Python | π’ Active |
| ExpenceTracker | It tacks your expences and shows the status with graphs | Python | π’ Active |
β¨ Feel free to add your project by creating a pull request!
Follow these steps:
-
Fork this repository
-
Clone your fork
git clone https://github.com/your-username/Python-beginner-projects.git
-
Create a new branch
git checkout -b feature-yourname
-
Make your changes (add project / improve code / fix issues)
-
Commit your changes
git commit -m "Added new project / fixed bug" -
Push to your fork
git push origin feature-yourname
-
Create a Pull Request π
Note
For more details visit CONTRIBUTING.md
Thanks to all the amazing people who contribute π
- π Pick a project
- π οΈ Make a small contribution
- π Learn by doing
If you like this repo:
- β Star it
- π΄ Fork it
- π€ Contribute
To create a space where beginners can:
- π¨ Learn by building
- π€ Collaborate with others
- π Gain real GitHub experience
"Every expert was once a beginner. Start contributing today!" π