Skip to content

nikolaign/Simple-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple-Password-Generator

This is a simple password generator written in Python. It generates a random password that includes uppercase letters, lowercase letters, digits, and special characters with a length between 8 and 12 characters. GUI (via tkinter module) cannot be simpler, it consists of 'generate' and 'copy' buttons. To generate random characters we can use the random module and to copy generated password we can use pyperclip module.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages