this repo has no description
at master 10 lines 177 B view raw
1from djitellopy import Tello 2import time 3 4tello = Tello() 5tello.connect() 6bat = tello.get_battery() 7print(f"Battery level: {bat}%") 8 9tello.initiate_throw_takeoff() 10tello.land()