Metadata-Version: 2.4
Name: tello_zune
Version: 0.6.3
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
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
Requires-Dist: opencv-python
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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
```
