Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 303 Bytes

File metadata and controls

11 lines (8 loc) · 303 Bytes

Password Generator

This is a simple Tkinter GUI Python program to generate a random password, which can be a combination of:

  • lowercase charaters
  • uppercase characters
  • digits
  • special characters (punctuations)

To run the program, simply type the following in the terminal:

python main.py