Skip to content

AsKsKenny/Password-Generator

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages