Simple password generator
Go to file
jericel 91e17206d1 Изменил(а) на 'README.md' 2022-05-28 20:45:04 +00:00
LICENSE Initial commit 2022-05-28 18:21:19 +00:00
README.md Изменил(а) на 'README.md' 2022-05-28 20:45:04 +00:00
password.py Изменил(а) на 'password.py' 2022-05-28 20:22:34 +00:00

README.md

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