Welcome, open-source contributors! 🚀
This repository is made for beginners who want to participate in Hacktoberfest 2025 by contributing small Python projects.
- Fork this repository.
- Create a new folder inside
src/named as:
source/yourgithubusername-projectname/- Add:
- Your Python file(s)
- A
README.mddescribing your project - (Optional)
requirements.txtif you used external libraries
- Commit and push your changes.
- Create a Pull Request (PR)!
- Must be your original work (no plagiarism).
- Keep it beginner-friendly.
- Follow proper folder naming (
source/username-projectname). - 1 Project per PR.
- Mention the issue number if applicable.
Example folder structure:
src/githubusername-alarm-clock/
│
├── alarm.py
├── README.md
└── requirements.txt- To-Do App 📝
- Currency Converter 💱
- Alarm Clock ⏰
- Quiz App 🎯
- Weather App 🌤️
- File Organizer 📁
Open an issue or tag me — I’ll help you get started!