Skip to content

This is a Python program that generates random passwords and displays them in a GUI created using the CustomTkinter library

Notifications You must be signed in to change notification settings

Carlos-Guilherme/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Password-Generator

This is a Python program that generates random passwords and displays them in a GUI created using the CustomTkinter library. The user can select the types of characters they want to include in the password, such as lowercase letters, uppercase letters, special characters, and numbers. In addition, the user can also define the length of the password to be generated. When the "Generate" button is clicked, the password is generated and displayed in a text field on the interface. The user can then copy the password to the clipboard by clicking the "Copy" button. The program uses random, string and pyperclip libraries to generate random passwords, manipulate strings and copy text to the clipboard.

image

About

This is a Python program that generates random passwords and displays them in a GUI created using the CustomTkinter library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages