A simple but powerful password generator with a graphical user interface (GUI), built with Python.
- Strong & Random: Generate cryptographically secure random passwords.
- Customizable: Specify the exact length of your password.
- Flexible: Easily include or exclude uppercase letters, numbers, and special characters.
- User-Friendly: Simple and intuitive graphical interface.
There are two ways to use this application:
No installation needed! Just download the executable file and run it.
If you have Python installed, you can run the script directly.
- Make sure you have Python installed on your system.
- Download the
Password-Generator-GUI.pyfile from this repository. - Open a terminal or command prompt.
- Navigate to the folder where you saved the file.
- Run the script with the command:
python Password-Generator-GUI.py
- Python - The core programming language.
- Tkinter - For the graphical user interface.