Skip to content

ErnGusMik/python-tello

Repository files navigation

Python Tello

This is a library for easy usage of the Ryze Tello drone education edition and RoboMaster Tello Talent. Beginner Friendly!
Current Version: 2.4.2
SDK 3.0 is here and tested!

Requirements:

  • Python 3.6 or higher installed on your system (get it on python.org)
  • Ryze Tello EDU Edition (get one here) OR RoboMaster Tello Talent (get one here)
  • This package

Documentation

To see the documentation, please go to the GitHub Wiki of this project, available here

Getting Started

You can get this package on PyPi (pip) and GitHub. To donwload using GitHub, please click this link. The package will start downloading. To download using pip, enter the following in your terminal interface (Command Prompt on Windows):

user@os$ pip install tello-sdk

More info in the Docs

Usage

The library is beginner friendly. Even if you are new to programming, usage should be easy. The Tello SDK library is made of callable functions that make the drone do something.

Refer to the Docs

Licence

This library is licenced under the MIT licence.

This is not the official Tello/RMTT SDK