A collection of beginner-friendly Python projects to practice programming concepts and improve coding skills. 🚀
A simple program that simulates rolling a dice. The user can roll the dice multiple times and get random results.
A fun game where the user tries to guess a randomly generated number within a specified range.
Generates QR codes for any text or URL. The generated QR code can be saved as an image.
A classic Rock, Paper, Scissors game where the user competes against the computer.
A Python program that allows users to set an alarm, which plays a sound at the specified time.
A simple to-do list application that lets users add, delete, and view tasks to manage daily activities.
- Clone the repository:
git clone https://github.com/abhishek6619/Python-Project.git
- Navigate to the project directory:
cd python-mini-projects
- Install dependencies (if any):
pip install -r requirements.txt
python dice_rolling_game.py
- Multiple beginner-friendly Python projects.
- Easy to run and modify.
- Uses built-in Python modules.
- Helps in learning basic programming concepts.
- Python 3.x
- Random module (for game logic)
- PyQRCode (for QR code generation)
- Time module (for alarm clock)
Contributions are welcome! Feel free to:
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Commit your changes (git commit -m "Added a new feature").
- Push to the branch (git push origin feature-branch).
- Create a Pull Request.
This project is licensed under the MIT License.
Abhishek Kumar Singh