👋 Hello everybody! I have created this application to generate a strong password from the terminal. The password is copied into the clipboard and can be pasted into sites and password manager. The application does not use graphical interfaces and does not show the password in clear text or save it in the fixed memory of the computer.
Weak passwords are not allowed!
Passwords with at least 8 characters are generated including uppercase / lowercase letters, numbers and some special characters. the software does not allow you to change these criteria in order to not reduce the security of the passwords generated. After the password is generated, the application closes.
- A very simple password generator for the terminal
- Passwords are not saved and not displayed 😎
- Python3 (3.x)
- Tk Inter from Python3
You just have to run the file, it is advisable to use the terminal
From the terminal you just have to move to the folder containing the .py file and write like this:
python3 terminalpswgenerator.py
Feel free to contact me or open an issue if you need information or to report something