Overview:- This is a simple and interactive Password Generator application built using Python and Tkinter. The app allows users to generate strong and customizable passwords based on user-selected criteria, such as including uppercase letters, lowercase letters, numbers, special characters, and excluding similar characters.
Features:-
- Customizable Password Length: Users can specify the length of the password.
- Character Set Options:
- Include uppercase letters
- Include lowercase letters
- Include numbers
- Include special characters
- Exclude similar characters (e.g., 'l', '1', 'I', 'O', '0')
- Generate Password: Generates a password based on the selected criteria.
- User Feedback: Displays the generated password and shows a success message.
- Reset Fields: Resets all input fields and checkboxes to their default state.