Skip to content

Vinifrj/PasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple Password Generator in Python

With this simple code you can generate randomized passwords for everything you might need, I tried emulating and simplifying what a password manager does as an exercise. Code is kept simple and should be able to be easily integrated with another application if you so like to.

Features

  • Simple password generator running directly from the terminal
  • Exception raises if you attempt to generate a password less than 16 characters long, can be manually adjusted in try/except block
  • Exception class can be customized for your personal use-case

If you like this simple exercise, I encourage you to either replicate it or take this code and improve on it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages