filthypasswordgenerator 1.4

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

filthypasswordgenerator 1.4

# filthy-password-generator-py[![MIT licensed](https://img.shields.io/badge/license-MIT-green.svg)](https://raw.githubusercontent.com/gabfl/password-generator-py/master/LICENSE)## DescriptionOne day I was using a password generator it a few of the ones coming out contained some filthy output, not intentionally of course, just a side effect of using a pre made dictionary file. After the creator used a list of obscene words to clean it up, I decided it was so funny that I would use the obscene words exclusively and see what kind of filth comes out, and lo and behold we have the filthy password generator. ## ExamplesHere are a few filthy passwords that can be generated:```Orgy-Anus;70+TrannyVibrator=268%Nambla_Camslut466=Paki=Kinky-TwinkEcchi:Jailbait;Bollocks.890Slanteye%719*Ecchi=DildoFaggot;722-Hooker=Bulldyke```## Use within another Python script```python>>> from passwordgenerator import pwgenerator>>> pwgenerator.generate()'Ass+Snatch:Pissing;553'```## Advanced options```passwordgenerator [-h] [-n MIN_WORD_LENGTH] [-x MAX_WORD_LENGTH] [-i MAX_INT_VALUE] [-e NUMBER_OF_ELEMENTS] [-s]optional arguments: -h, --help show this help message and exit -n MIN_WORD_LENGTH, --min_word_length MIN_WORD_LENGTH Minimum length for each word -x MAX_WORD_LENGTH, --max_word_length MAX_WORD_LENGTH Maximum length for each word -i MAX_INT_VALUE, --max_int_value MAX_INT_VALUE Maximum value for the integer -e NUMBER_OF_ELEMENTS, --number_of_elements NUMBER_OF_ELEMENTS Number of elements in the password (ie. 4 = 3 words + 1 integer) -s, --no_special_characters Do not use special characters```

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.