Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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