PassGen is a password generator app that lets you create random passwords based on your preferences. You can customize settings such as password length and choose whether to include uppercase letters, lowercase letters, numbers, or symbols in the generated password. Additionally, it provides a color-coded indicator below the password to show its strength, with green indicating a strong password and red indicates less effective ones.
To use the app, all you have to do is launch it, select the settings you want for the password generation, and click on the generate icon. After your password has been generated, you can copy it and use it anywhere you like!
The app also has a couple hotkeys you can use:
Ctrl+G
will generate a password.Ctrl+C
will copy the generated password.Ctrl+T
will switch theme.
PassGen is codded in Python using mainly CustomTkinter for the UI.