This is a simple Python-based command-line application that generates random passwords with a specified length. It allows you to create strong and secure passwords that include uppercase letters, lowercase letters, numbers, and special characters.
- Generates random passwords with a specified length.
- Includes uppercase letters, lowercase letters, numbers, and special characters for password complexity.
- Provides a user-friendly command-line interface for input.
- Suitable for creating strong and secure passwords.
This application is designed to be used in a command-line interface (CLI) environment. It generates passwords based on user input.
- Python 3 installed on your computer.
- Clone or download this repository to your local machine.
git clone https://github.com/Freddy155/pass-gen
-
Ensure you have Python 3 installed. You can download Python from the official website: Python Downloads.
-
Navigate to the directory where the
app.py
file is located.
cd pass-gen
-
Open a terminal or command prompt.
-
Navigate to the directory containing the
app.py
file. -
Run the application by executing the following command:
python3 app.py