Simple password generator written in Python.
It generates a password based on the chosen strength: 1 - Weak - 6 letter word with 2 random digits 2 - Moderate - 8 random letters and numbers 3 - Strong - 16 random letters and numbers
It then outputs the password on-screen, copies to clipboard, and saves to a text file along with entered site name and user name.