Изменил(а) на 'README.md'

This commit is contained in:
jericel 2022-05-28 20:45:04 +00:00
parent 958c888def
commit 91e17206d1
1 changed files with 16 additions and 2 deletions

View File

@ -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")
я крч залупу наделал
#Your email domain
mail = ''.join(mail) + "YOUR DOMAIN"
```
## License
[GPL-3.0](https://choosealicense.com/licenses/gpl-3.0/)