An open API service indexing awesome lists of open source software.

https://github.com/abhishek6619/python-project

Here you get all python beginners and advance level python projects along with their source code
https://github.com/abhishek6619/python-project

python python-library

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# Python Mini Projects 🎲🎮⏰📋

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

## Table of Contents

- [Projects](#projects)
- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Contributing](#contributing)
- [License](#license)
- [Author](#author)

---

## 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:
```bash
git clone https://github.com/abhishek6619/Python-Project.git
```
2. Navigate to the project directory:
```bash
cd python-mini-projects
```
3. Install dependencies (if any):
```bash
pip install -r requirements.txt
```

## Usage ▶️

```bash
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

- [GitHub](https://github.com/abhishek6619)