Password manager script
I created a simple Python script to help users generate passwords offline, and outputting these passwords in terminal, so they can copy and paste the passwords as necessary.
I created a simple script to create passwords for the user from a single Python script. This is a work in progress as of writing, but this does now work for a simple password, with a user defined length, number of digits and number of special characters.