Password Generator with PySimpleGUI Description This is a user-friendly password generator application built using PySimpleGUI in Python. The program offers a graphical user interface (GUI) that allows users to easily generate secure passwords tailored to their specifications. Users can input the desired length of the password and the number of passwords they want to generate. The application then creates random passwords with a mix of numbers, uppercase and lowercase letters, and special characters. The generated passwords are displayed within the PySimpleGUI window for convenience.
Features Intuitive graphical user interface (GUI) Customizable password length and quantity Strong and secure passwords with a mix of characters Straightforward submission and password display process
Requirements Python 3.x PySimpleGUI library
Usage • Enter the desired length of the password and the number of passwords. • Click the "Submit" button to generate passwords. • Click the "Cancel" button or close the window to exit the program.
Contributing Contributions are welcome! Please follow the contribution guidelines.
License This project is licensed under the MIT License.