Simple password generator
Go to file
jericel c0e09616e0 Изменил(а) на 'README.md' 2022-06-23 12:14:13 +00:00
LICENSE Initial commit 2022-05-28 18:21:19 +00:00
README.md Изменил(а) на 'README.md' 2022-06-23 12:14:13 +00:00
password.py Загрузил(а) файлы в '' 2022-06-23 12:13:29 +00:00

README.md

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