This script generates a random password ranging from length 8 to 50 inclusive
Using git
git clone https://github.com/KPCOFGS/Password_Generator.git
cd Password_Generatorpass_length Required. Length of the password, from 8 to 50 inclusive
python script.py PASS_LENGTHpass_lengthcannot go below 8 and cannot go above 50- The script guarantees no consecutive values, such as
ABC,123,abc - The script guarantees at least 1 number, symbol, uppcase letter and lowercase letter.
- The script guarantees that no character is repeated three times in a row.
- The script guarantees that no character will appear more than 25% of the time
This repository is licensed under the Unlicense