A terminal app for generating passwords. You can choose the number of passwords you need, and specify if you want upper or lower case letters, numbers, and special characters.
Features:
- Save the password to a text file
- Copy the password to the clipboard
- View the strength of the password
To use this app, you must install pyperclip:
python3 -m pip install pyperclip