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