The Password Generator is a simple Python program that allows you to generate strong and random passwords with specified complexity and length. This program runs in the command-line interface (CLI) and provides a user-friendly way to create passwords.
- Generate random passwords with various complexity levels (low, medium, high).
- Choose the desired length of the password.
- Center-align the generated password for a clear display.
- Clone this repository to your local machine.
git clone https://github.com/[username]/password-generator.git
cd password-generator- Run the application.
python main.py-
Follow the on-screen instructions to specify the length and complexity of the password.
-
The generated password will be displayed in the center of the screen.
-
You can choose to generate another password or exit the program.
- Python 3.x
Contributions are welcome! If you find any issues or have ideas for improvements, please open an issue or create a pull request.