Skip to content

Pro-Prompter/PassGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

PassGen

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.

Description

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.

Features

  • 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

Usage

  1. Run the PassGen application by executing the passgen.py script.
  2. Enter the desired length of the password in the provided input field.
  3. Click on the "Generate Password" button to generate a random password.
  4. The generated password will be displayed in the output field.
  5. Copy the password and use it for your desired purpose.

Dependencies

  • Python 3.x
  • Tkinter (usually comes pre-installed with Python)

Example

python passgen.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Sajawal Mirza

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages