A simple command-line password generator using Python.
The first command-line argument specifies the desired password length, and any additional arguments will specify specific characters which will not appear in the generated password. If no arguments are provided, the script will output a password using the characters ignored by default with a length of 35 characters.