PyPass is a Python script that generates random passwords with customizable settings. It provides options to specify the password length, and toggle the inclusion of lowercase letters, uppercase letters, digits, and punctuation characters in the generated passwords.
- Generate random passwords with customizable settings
- Specify password length
- Toggle inclusion of lowercase letters, uppercase letters, digits, and punctuation characters
- Simple and easy-to-use command-line interface
- Colored text for a visually appealing user experience
- Clone the repository or download the
pypass.py
script. - Make sure you have Python installed on your system.
- Open a terminal or command prompt and navigate to the directory where the
pypass.py
script is located. - Run the script using Python with the command
python pypass.py
. - Follow the on-screen instructions to configure the password settings and generate passwords.
- Enjoy using PyPassGenX to generate secure passwords for your needs!
The following options are available for configuring the password settings:
- Password length: Specify the desired length of the generated passwords.
- Toggle lowercase letters: Enable or disable the inclusion of lowercase letters in the generated passwords.
- Toggle uppercase letters: Enable or disable the inclusion of uppercase letters in the generated passwords.
- Toggle digits: Enable or disable the inclusion of digits in the generated passwords.
- Toggle punctuation characters: Enable or disable the inclusion of punctuation characters in the generated passwords.
PyPass is released under the MIT License.