Metadata-Version: 2.1
Name: tello-zune
Version: 0.5
Summary: Biblioteca tello-zune, serve para controlar, e obter informacoes do drone DJI Tello.
Home-page: https://github.com/zunedrones/tello_zune
Author: Zune Drones
Author-email: zunedrones@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# tello_zune
Library used by the Zune Drones team to control the DJI Tello drone. In the examples folder, there are some simple usage examples of the tello_zune module, which is also present in the folder.


To create the library, adaptations were made from two other existing libraries:
* [fvilmos](https://github.com/fvilmos/tello_object_tracking)
* [damiafuentes](https://github.com/damiafuentes/DJITelloPy)

# Requeriments

* Python >= 3.9.0

```bash
pip install numpy
```

```bash
pip install opencv-python
```

# How to use

To use the library, install with:

```bash
pip install tello-zune
```


