A small password generator created in Python
- Generates a random password of a specified length
- Includes options for password complexity (lowercase, uppercase, numbers, special characters)
- Allows user to specify the length of the password
- Python
- Tkinter (for GUI)
- Run the script
- Select the complexity of the password
- Enter the desired length of the password
- Click "Generate" to generate the password
- The generated password will be displayed in the text box