Skip to content

Latest commit

 

History

History
 
 

Password Generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Password Generator

This is a simple password generator script written in Python using the tkinter GUI library. The script allows the user to specify the length of the password and generates a random password of that length using a combination of uppercase and lowercase letters, digits, and punctuation.

Usage:

  1. Install the required dependencies by running pip install -r requirements.txt.
  2. Run the script by executing the password_generator.py file.
  3. Enter a positive integer value for the desired length of the password.
  4. Click the "Generate Password" button to generate a new password.
  5. Click the "Copy Password" button to copy the generated password to the clipboard.

Dependencies:

  • Python 3.6 or later
  • tkinter 8.6 or later
  • pyperclip 1.8.2 or later