Password Generator is a simple tool written in Python using tkinter for creating strong and secure passwords.
- Generate passwords of variable length.
- Toggle the use of invalid characters for added security.
- Utilize custom characters for password generation.
- Choose whether to include uppercase, lowercase, and numerical characters.
- Copy generated passwords to the clipboard for convenience.
This Password Generator allows you to create strong passwords tailored to your preferences. Here's how you can use it:
- Launch the application.
- Specify the desired password length and other options.
- Click on "Generate password" to create a strong password.
- Optionally, copy the generated password to the clipboard.
To run the Password Generator, you'll need Python and the following libraries:
- tkinter
- pyperclip
- secrets
You can install these dependencies using pip:
pip install tkinter pyperclip
- Clone this repository
- Navigate to the project directory.
- Run the application by using the following command:
python main.py
Contributions to improve this Password Generator are welcome. Feel free to fork the repository and submit pull requests.
This project is licensed under the MIT License.