A simple Python tool that generates strong, random passwords of any length using letters, numbers, and symbols. Useful for creating secure credentials quickly.
- Generate strong passwords
- Mix of uppercase, lowercase, digits, and symbols
- Simple and fast to use
- Fully open-source
Password-Generator/
βββ generate_password.py # Main script
βββ README.md # Documentation
βββ screenshots/
βββ p-g.png # Screenshot image
πΈ Screenshot
π§ͺ How to Run
1. Clone this repo:
git clone https://github.com/nextplay-box/Password-Generator.git
cd Password-Generator
2. (Optional) Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
3. Run the script:
python generate_password.py
π€ License
Feel free to use, modify, and share this project.
Made by nextplay-box
π¨βπ» Author Created with π‘ by Augustine Anapuwa Oputa
