Bitpass Password Generator
Installation
- Make sure Python 3+ is installed.
- Install requirements
$ pip install requirements.txt
- Run the program:
$ python bitpass.py
- Input the size of the required password
Enter total number of characters : 20
- A password of the required size will be displayed
n8%%[9mgI451%|cB
Feel free to follow along the code provided along with mentioned comments for
better understanding of the project, if any issues feel free to reach me out.
Contributing
Contributions are welcome!
Please feel free to submit a Pull Request.