Skip to content

A python function to generate a random password of n characters

Notifications You must be signed in to change notification settings

kazzi58/gen-pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GenPass - a random password generator 🔒

Features

  • Generate a random password of any length
  • Force the password to contain characters of all types for a more secured password

Tech

GenPass uses the following to work properly:

  • Python 3
  • string - a handy library of Python to play with characters
  • random - a library of Python which helps to randomize and shuffle

License

Free Software, Wooo!

About

A python function to generate a random password of n characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages