This is a very simple and secure password generator in pure Python with no external dependencies.
- Gives you the option to set the length of the resulting password.
- You can choose to include upper case characters, lower case characters, special characters or digits.
Once you have Python installed clone this repo and just navigate to the location of the genpasswd.py script on terminal and run the following:
On Windows:
python.exe .\genpasswd.py
On Linux/MacOS and UNIX like systems:
python3 ./genpasswd.py
That's it!
This is a screenshot of the script running successfully (on Windows) and generating password with the required conditions satisfied:
For technical clarifications please drop a mail to: aravindum333@gmail.com
Yours respectfully,
Aravind A (S/O Sindhu)
