A web based password generator that generates a strong password as per user's requirements. The user can specify length of the password and whether the password will contain
- Lower case characters
- Upper case characters
- Numbers
- Special Characters
Install with pip:
$ pip install -r requirements.txt
$ python app.py
In flask, Default port is 5000