Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Strong Password Generator with Tkinter GUI

This is a simple Python program that generates strong and unique passwords using a GUI built with the Tkinter library.The program generates strong passwords of varying length, containing a combination of uppercase and lowercase letters, digits, and symbols.

Prerequisites

To run this program, you need to have Python 3.x installed on your computer. You can download Python from the official website.

Features

  • Generate a random password with a length between 8 and 32 characters.
  • Include uppercase and lowercase letters, numbers, and special characters.
  • Copy the generated password to the clipboard with one click.
  • No internet connection required because I use Tkinter
  • Lightweight and easy to use.
  • I use secrets library which is the best source of cryptographic randomness.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages