A simple python powered password generator
- Clone the repository
git clone https://github.com/abhijeet007rocks8/Dev-Scripts.git
- Move to the executable folder
cd Dev-Scripts/Python/password-generator
sudo apt update
sudo apt install python3
sudo apt install python3-pip
sudo yum update
sudo yum install python3
sudo yum install python3-pip
Download from https://www.python.org/downloads/
- Make sure you are in the
Dev-Scripts/Python/password-generatorfolder - Install the requirements
pip install -r requirements.txt
After this, you are good to go!
The command is as simple as it gets. Simply type,
python3 passgen.py -h
python3 passgen.py -h
python3 passgen.py -l 16 --ascii-lower
python3 passgen.py -l 16 --ascii-lower --ascii-upper
python3 passgen.py -l 16 --ascii-lower --numbers --special-chars
python3 passgen.py -l 20
- Python3
Rajdip Bhattacharya





