A simple password generator GUI application built using Python and Tkinter.
The Password Generator is a graphical user interface (GUI) application built using the Python programming language and the Tkinter library. It allows users to generate random passwords of a specified length with various character options. The generated password can be copied to the clipboard for easy use.
- Generate random passwords with customizable length.
- Copy generated password to the clipboard.
- Simple and user-friendly interface.
- Python 3.x
- Tkinter library (usually included with Python)
- Run the
password_generator.py
script. - Enter the desired password length in the input box.
- Check the character options you want to include in the generated password.
- Click the "Generate Password" button to create a random password.
- Click the "Copy to Clipboard" button to copy the generated password.
Contributions are welcome! If you find any issues or want to enhance the application, feel free to submit a pull request or open an issue.