The python script can generate a password using ASCII, Digits and Special Characters of desired length.
What the program does?
- Default generates password with ASCII, Digits and Special Characters
- Can mix match (between ASCII, Digits and Special Characters) and generate a password
Python3.6+
password.py [-h] -l [LENGTH] [-a] [-d] [-p]
GENERATE RANDOM PASSWORD OF LENGTH SPECIFIED WITH MIX AND MATCH. DEFAULT HAS
ASCII,DIGITS AND PUNCTUATIONS INCLUDED WITH LENGTH OF EIGHT
optional arguments:
-h, --help show this help message and exit
-l [LENGTH] Length For Password
-a Use ASCII Characters
-d Use Digits
-p Use Special Characters
Any kind of contributions are welcome.
- Fork the Project
- Commit your Changes
- Open a Pull Request