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.
- 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