https://github.com/540sno/Password-Generator
This is a strong password generator.
https://github.com/540sno/Password-Generator
passsword password-generator password-generator-python python script strong-password-generator
Last synced: 18 days ago
JSON representation
This is a strong password generator.
- Host: GitHub
- URL: https://github.com/540sno/Password-Generator
- Owner: 540sno
- Created: 2024-10-16T20:05:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T18:23:27.000Z (7 months ago)
- Last Synced: 2025-04-24T05:16:32.664Z (24 days ago)
- Topics: passsword, password-generator, password-generator-python, python, script, strong-password-generator
- Language: Python
- Homepage: https://github.com/dionabazi/Password-Generator
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password-Generator
🔒 Strong Password Generator
A simple yet powerful command-line tool for generating strong, random passwords. This Python script allows users to customize their password requirements, ensuring maximum security for their accounts and sensitive data. 💻✨
Features 🌟Customizable Length: Specify the desired length of the password to suit your needs. 🔢
Character Variety: Choose from uppercase letters, lowercase letters, digits, and special symbols to create a complex password. 🔠🔡🔢
Random Generation: Utilizes Python's random module to generate passwords, ensuring unpredictability and strength. 🎲Installation 🛠️
Clone the repository:
git clone https://github.com/dionabazi/Password-Generator.git
cd Password-Generator
Ensure you have Python 3 installed on your system. 🐍
Usage 📖
Run the script with the desired options:
python3 password_generator.py --length --upper --lower --digits --symbols
Options ⚙️
--length : Specify the length of the password (default is 12). 🔍
--upper: Include uppercase letters. 🔠
--lower: Include lowercase letters. 🔡
--digits: Include digits. 🔢
--symbols: Include special symbols. ✨Example 📌
Generate a 16-character password that includes uppercase letters, lowercase letters, digits, and symbols:
python3 password_generator.py --length 16 --upper --lower --digits --symbols
Contributing 🤝
Contributions are welcome! Please feel free to submit a pull request or open an issue for any improvements or feature requests. 🚀
License 📝This project is licensed under the MIT License.
Screenshots


[](https://ko-fi.com/dionabazi)
Thank you for your support! 💕