Opens a GUI made with PySimpleGUI that takes input constraints and uses a simple algorithm to return a random password that satisfies all constrainsts; outputs the generated password.
Options
- Specify length of the password
- Specify characters you wish to include
- Specify number of characters that are lowercase, uppercase, numbers, and special characters
Features
- Simple GUI
- Button to generate into textbox
- Able to regenerate new passwords with same setting with each button press