From 91e17206d11c25349322750df39498ac089cb2e3 Mon Sep 17 00:00:00 2001 From: jericel Date: Sat, 28 May 2022 20:45:04 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 330b9a4..a4b691f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ -# yebak +# Simple password gen +Just a password and mail generator with writing to a file +## Installation +Install random +```bash +pip install random +``` +## Usage +```python +#Your email without domain +mail = list("YOUR EMAIL WITHOUT DOMAIN") -я крч залупу наделал \ No newline at end of file +#Your email domain +mail = ''.join(mail) + "YOUR DOMAIN" +``` +## License +[GPL-3.0](https://choosealicense.com/licenses/gpl-3.0/) \ No newline at end of file