Skip to content

AsKsKenny/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

password_generator_gui.pyw - Generates password and auto copies it from GUI does not open a console

password_generator_gui.py - Generates password and auto copies it from GUI opens up a console

password.py - Just prints a random password in CLI

Generates a safe 40 digits password with python.

Using following chars: 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%&'()*+,-./:;<=>?@[]^_`{|}~

Dependencies:

-tkinter Install: pip3 install pytk

-pyperclip Install: pip install pyperclip

-secrets Install: pip install secrets

About

Generates a 256-Bit password with python

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages