PassGen is a simple password generator tool written in Python. It allows users to generate strong and secure passwords of desired length using a combination of lowercase letters, uppercase letters, digits, and special characters.
PassGen uses the string
and random
modules in Python to generate random passwords. It provides a graphical user interface (GUI) built with Tkinter, making it easy and intuitive for users to specify the desired length of the password and generate it with a single click.
- Generate strong and secure passwords
- Specify the length of the password
- Customizable password length
- Uses a combination of lowercase letters, uppercase letters, digits, and special characters
- Run the PassGen application by executing the
passgen.py
script. - Enter the desired length of the password in the provided input field.
- Click on the "Generate Password" button to generate a random password.
- The generated password will be displayed in the output field.
- Copy the password and use it for your desired purpose.
- Python 3.x
- Tkinter (usually comes pre-installed with Python)
python passgen.py
This project is licensed under the MIT License - see the LICENSE file for details.