The official Python Library to connect with the TigitaalAPI! This library helps easily send requests
to the API, so you dont have to do the hard work of manually setting up requests.
Use a range of easy-to-use functions and explore the endless posibilities of the TigitaalAPI with 
TigitalConnect!


INSTALLATION:

```pip install tigitaalconnect```

REQUESTS:

Reload Request:
```
Reload(token)
```
ReloadAdvanced Request: 
```
reloadadvanced(username, password)
```
PFP Request:
```
pfp(username, password, fileid)
```
Nickname Request:
```
nickname(username, password, new_nickname)
```
Mail Request:
```
mail(username, password, new_email)
```