The Password Generator App is a simple yet powerful tool designed to create secure and customizable passwords. Developed with Python and PyQt5, this application provides users with the flexibility to generate passwords of varying lengths and with different character combinations, including lowercase letters, uppercase letters, numbers, and special characters.
- Generate passwords with varying lengths and character combinations.
- Choose from lowercase letters, uppercase letters, numbers, and special characters.
- Real-time password regeneration.
- Copy passwords directly to the clipboard for easy use.
- Intuitive graphical user interface (GUI) built using PyQt5.
Fig. 1: The Password Generator App's user-friendly interface.
- Launch the Password Generator App.
- Adjust the password length using the slider.
- Choose the character combinations you want in your password by selecting the checkboxes for lowercase letters, uppercase letters, numbers, and special characters.
- Click the "Reload" button to generate a new password based on your preferences.
- The generated password will be displayed in the text field.
- Click the "Copy" button to copy the generated password to the clipboard for easy use.
To run the Password Generator App:
- Make sure you have Python installed on your system.
- Install the necessary dependencies using the following command:
pip install PyQt5 pyperclip
- Download the "passgenerator" folder and its contents to your local machine.
- Open a terminal and navigate to the "passgenerator" directory.
- Run the
passwordGenerator.pyscript using the following command:python passwordGenerator.py
For any questions or feedback, feel free to get in touch:
Name: Morteza Hatami Email: m.hatami@live.com
