Skip to content

The 100 Lines of code from scratch written in python to check password strength and to generate random passwords

License

Notifications You must be signed in to change notification settings

Chowdary-07/Password_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Password_Generator

The 100 Lines of code from scratch written in python to check password strength and to generate random passwords The libaries I used: #string #random #regex 'string.ascii_letters' used to generate of both cap's and small chacracters 'string.ascii_digits' for random digits 'string.ascii_punctuation' for random special symbols random.choices(....... ,k=n(weights)) for random selction with in range.

Oops concept to reuse the code with classes and object's.

1

#If you select 1 to test your password score.

#Should include Caps and Special Characters.

4 2 3

About

The 100 Lines of code from scratch written in python to check password strength and to generate random passwords

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages