Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cocpy authored Sep 2, 2020
1 parent 3419b65 commit d1ae87d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Tello-Python

Control DJI Tello drone with python

# Installation

pip install tello-python

# Examples


from tello-python import tello

drone = tello.Tello()

drone.takeoff()

drone.forward(100)

drone.cw(90)

drone.flip('l')

drone.streamon()

drone.land()

0 comments on commit d1ae87d

Please sign in to comment.