This is a python package which controlls DJI toy drone 'Tello'. The major portion of the source code was ported from the driver of GOBOT project. For original golang version and protocol in detail, please refer their blog post at https://gobot.io/blog/2018/04/20/hello-tello-hacking-drones-with-go
Please see the API docstring. You can find basic usage of this package in example code in the examples folder also.
bash-3.2$ python
>>> import tellopy
>>> help(tellopy)
Help on package tellopy:
...