Metadata-Version: 2.1
Name: account_generator_helper
Version: 1.0.1
Summary: This library is helpful when creating accounts, it has everything you need for this
Home-page: https://github.com/DioniS1902/account_generator_helper
Author: Dionis1902
Author-email: den70007.ua@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Info
This library is helpful when creating accounts, it has everything you need for this
 - Unofficial API for temp email services
 - Receive SMS from free services
 - Generate fake person
 - Generate passwords and etc

# Supported services
### Temp email services
- [x] [Inbox Kitten](https://inboxkitten.com/)
- [x] [TempMail +](https://tempmail.plus/)
- [x] [GmailNator](https://www.gmailnator.com/) (Temp gmail email)
### Free sms services
- [x] [Receive-Sms-Free](https://receive-sms-free.cc/)

# Usage
### Temp email services
##### Inbox Kitten
https://github.com/DioniS1902/account_generator_helper/blob/550b0a5a281a30b13062d5098bb3e782ef8ad5db/examples/temp_mail/inboxkitten.py#L1-L32
#### TempMail +
https://github.com/DioniS1902/account_generator_helper/blob/550b0a5a281a30b13062d5098bb3e782ef8ad5db/examples/temp_mail/tempmailplus.py#L1-L33
#### GmailNator
https://github.com/DioniS1902/account_generator_helper/blob/550b0a5a281a30b13062d5098bb3e782ef8ad5db/examples/temp_mail/gmailnator.py#L1-L31
### Receive SMS
#### Receive-Sms-Free
https://github.com/DioniS1902/account_generator_helper/blob/550b0a5a281a30b13062d5098bb3e782ef8ad5db/examples/temp_phone/receive_sms.py#L1-L11
### Generate data
#### Generate fake person
https://github.com/DioniS1902/account_generator_helper/blob/550b0a5a281a30b13062d5098bb3e782ef8ad5db/examples/fake_data/person.py#L1-L4
#### Utilities
https://github.com/DioniS1902/account_generator_helper/blob/550b0a5a281a30b13062d5098bb3e782ef8ad5db/examples/fake_data/utilities.py#L1-L11


