# DJITelloPy

This documentation is the API reference of the DJITelloPy Library.

For more information on the project please see the [readme on github](https://github.com/damiafuentes/DJITelloPy/blob/master/README.md).

## API

Currently the library contains the following classes:

- [Tello][tello] for controlling a single tello drone.
- [Swarm][swarm] for controlling multiple Tello EDUs in parallel.

## Example Code

Please see the [example directory](https://github.com/damiafuentes/DJITelloPy/tree/master/examples) on github.

## Installation

```bash
pip install djitellopy
```

For Linux distributions with both python2 and python3 (e.g. Debian, Ubuntu, ...) you need to run

```bash
pip3 install djitellopy
```