A python library for controlling Tello drones using the 1.3 or 2.0 SDK.
- Easy to use Tello commands
- Diverse async/multithreaded capability with callback functions
- Tons of preferences to customize the default distance the drone moves, rotates, etc...
- Built-in video module with live webpage including a feed of the drone (Requires ffmpeg)
- Fast & Sturdy
- Supports Python >= 3.10
- Photo/Video methods require ffmpeg to be installed
pip install tellodji
Or, if you have multiple versions of python installed:
pip3 install tellodji
git clone https://github.com/zahtec/tellodji.git
Read the wiki
Or, if you would like to go into a deeper dive on the Tello SDK: