https://github.com/zahtec/tellodji
A Python library for controlling Tello drones using the v1.3 or v2.0 SDK
https://github.com/zahtec/tellodji
dji drone ffmpeg pypi python sdk tello
Last synced: about 1 year ago
JSON representation
A Python library for controlling Tello drones using the v1.3 or v2.0 SDK
- Host: GitHub
- URL: https://github.com/zahtec/tellodji
- Owner: zahtec
- License: mit
- Created: 2022-06-06T22:51:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T22:45:27.000Z (almost 4 years ago)
- Last Synced: 2025-04-21T14:55:01.112Z (about 1 year ago)
- Topics: dji, drone, ffmpeg, pypi, python, sdk, tello
- Language: Python
- Homepage:
- Size: 367 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://ffmpeg.org))
- Fast & Sturdy
## âšī¸ Pythonic information
- Supports Python >= 3.10
- Photo/Video methods require [ffmpeg](https://ffmpeg.org) 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](https://github.com/zahtec/tellodji/wiki)
Or, if you would like to go into a deeper dive on the Tello SDK:
- [Read the v1.3 version](https://terra-1-g.djicdn.com/2d4dce68897a46b19fc717f3576b7c6a/Tello%20%E7%BC%96%E7%A8%8B%E7%9B%B8%E5%85%B3/For%20Tello/Tello%20SDK%20Documentation%20EN_1.3_1122.pdf)
- [Read the v2.0 version](https://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20SDK%202.0%20User%20Guide.pdf)