https://github.com/dhruvrajsinhzala24/mini-python-projects
This repository contains a collection of small Python projects, each designed to demonstrate different programming concepts and functionalities. These projects serve as practice exercises and can be useful for learning, experimentation, and skill improvement. Each project is organized in its own folder with a brief description and source code. 🚀🐍
https://github.com/dhruvrajsinhzala24/mini-python-projects
mini-projects-in-python python
Last synced: 9 months ago
JSON representation
This repository contains a collection of small Python projects, each designed to demonstrate different programming concepts and functionalities. These projects serve as practice exercises and can be useful for learning, experimentation, and skill improvement. Each project is organized in its own folder with a brief description and source code. 🚀🐍
- Host: GitHub
- URL: https://github.com/dhruvrajsinhzala24/mini-python-projects
- Owner: DhruvrajSinhZala24
- License: mit
- Created: 2025-03-21T17:56:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T15:05:03.000Z (9 months ago)
- Last Synced: 2025-04-02T16:22:13.479Z (9 months ago)
- Topics: mini-projects-in-python, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini-Python-Projects 🚀🐍
This repository contains a collection of small Python projects, each designed to demonstrate different programming concepts and functionalities. These projects serve as practice exercises and can be useful for learning, experimentation, and skill improvement.
---
## 📚 **Projects List**
1. **Password Generator** 🔑
- A simple Python program that generates a secure password of user-defined length.
- Ensures at least one digit, uppercase letter, lowercase letter, and symbol.
- Randomly shuffles the characters for added security.
2. **Hangman Game** 💀
- A classic word-guessing game where you try to guess the hidden word.
- Displays ASCII art of the hangman figure with each incorrect guess.
- Includes a hint system for when you get stuck.
- Allows you to play multiple rounds.
---
## ⭐ **Contributions**
Feel free to fork this repository and add your own mini Python projects. Contributions are always welcome!
---