π 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 <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
Thank you for your support! π