Metadata-Version: 2.1
Name: ecoledirect
Version: 3.5.2
Summary: With this package you can get the data from the website www.ecoledirect.com.
Home-page: https://github.com/Snowy-27/EcoleDirect
Author: Dan Habib
Author-email: dan.habib@yahoo.fr
License: unlicense
Platform: UNKNOWN
Description-Content-Type: text/markdown

# EcoleDirect
Github profile: https://github.com/snowy-27

### Description
Ecole direct is a script that can get data from the website https://www.ecoledirecte.com/
<br>
Github link: https://github.com/Snowy-27/ecoledirect

### Installation
```sh
pip install ecoledirect
```
or 
```sh
pip install git+https://github.com/Snowy-27/ecoledirect
```

### Documentation

First Tab:
```py
from ecoledirect import Ecoledirect_bot
user = EcoleDirect('username', 'password')
user.login()
```
```py
print(user.get_homework())
```
The function get notes is currently in developement. 
```py
print(user.get_notes()) 
```
At the end of the script: 
```py
user.close()
```


