Skip to content

A Python library for controlling Tello drones using the v1.3 or v2.0 SDK

License

Notifications You must be signed in to change notification settings

zahtec/tellodji

Repository files navigation

TelloDji

A python library for controlling Tello drones using the 1.3 or 2.0 SDK.

⚙️ Features

  • 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

ℹ️ Pythonic information

  • Supports Python >= 3.10
  • Photo/Video methods require ffmpeg to be installed

🚀 Installation

Using pip

pip install tellodji

Or, if you have multiple versions of python installed:

pip3 install tellodji

Using git

git clone https://github.com/zahtec/tellodji.git

📔 Documentation

Read the wiki

Or, if you would like to go into a deeper dive on the Tello SDK: