Tellopy
How to install
$ pip install tellopy$ git clone https://github.com/hanyazou/TelloPy
$ cd TelloPy
$ python setup.py bdist_wheel
$ pip install dist/tellopy-*.dev*.whl --upgradeDocuments
$ python
>>>import tellopy
>>>help(tellopy)
Help on package tellopy:
...Last updated