SimplePassGen/README.md

373 B

Simple password gen

Just a password and mail generator with writing to a file

Installation

Install random

pip install random

pip install art

Usage

#Your email without domain
mail = list("YOUR EMAIL WITHOUT DOMAIN")

#Your email domain
mail = ''.join(mail) + "YOUR DOMAIN"

License

GPL-3.0