SimplePassGen/README.md

356 B

Simple password gen

Just a password and mail generator with writing to a file

Installation

Install random

pip install random

Usage

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

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

License

GPL-3.0