Skip to content

Stringatlas/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password-Generator

Made with Python 3, uses the built-in libraries in Python.

How To Open Application

Run tkinter_ui.py with python 3

Application Use

Generates a random password that you can customize with:

  1. Specified length
  2. Capital letter requirement
  3. Symbol requirement
  4. Any other required characters that you input

All the generated passwords include numbers and letters.

4 levels of security: Weak, Medium, Secure, Strong.

Weak: composed of a random adjective, a random nouns, and a random number repeated.
Medium: slice of the alphabet, followed by numbers.
Secure: mix of random letters in both caps and lowercase, followed by a string of random numbers.
Strong: random characters (symbols, letters, numbers)

About

Made with Python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages