Skip to content

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. πŸš€πŸ

License

Notifications You must be signed in to change notification settings

DhruvrajSinhZala24/mini-python-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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!


About

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. πŸš€πŸ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages