Skip to content

Repository files navigation

Python Mini Projects 🎲🎮⏰📋

A collection of beginner-friendly Python projects to practice programming concepts and improve coding skills. 🚀

Table of Contents


Projects 📂

🎲 Dice Rolling Game

A simple program that simulates rolling a dice. The user can roll the dice multiple times and get random results.

🔢 Number Guessing Game

A fun game where the user tries to guess a randomly generated number within a specified range.

🔳 QR Code Generator

Generates QR codes for any text or URL. The generated QR code can be saved as an image.

✊✋✌️ Rock, Paper, Scissors

A classic Rock, Paper, Scissors game where the user competes against the computer.

⏰ Simple Alarm Clock

A Python program that allows users to set an alarm, which plays a sound at the specified time.

📋 To-Do List

A simple to-do list application that lets users add, delete, and view tasks to manage daily activities.


Installation 📥

  1. Clone the repository:
    git clone https://github.com/abhishek6619/Python-Project.git
  2. Navigate to the project directory:
    cd python-mini-projects
  3. Install dependencies (if any):
    pip install -r requirements.txt

Usage ▶️

python dice_rolling_game.py

Features ✨

  • Multiple beginner-friendly Python projects.
  • Easy to run and modify.
  • Uses built-in Python modules.
  • Helps in learning basic programming concepts.

Technologies Used 🛠

  • Python 3.x
  • Random module (for game logic)
  • PyQRCode (for QR code generation)
  • Time module (for alarm clock)

Contributing 🤝

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.

License 📜

This project is licensed under the MIT License.

Author 👤

Abhishek Kumar Singh

About

Here you get all python beginners and advance level python projects along with their source code

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages