DroneTalk is a Python package that allows you to control your Tello drone using verbal or text-based commands. Plan out your drone's flight and maneuver it with ease using our intuitive command system.
pip install -r requirements.txt
pip install TelloTalkImport the package and create a new TelloTalk object. Then, use the command method to send commands to your drone.
DroneTalk supports a variety of commands, including:
"Take off" "Land" "Move [direction] [distance in cm]" "Do a [type of flip] flip" Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License MIT