Skip to content

Commit d1ae87d

Browse files
authored
Create README.md
1 parent 3419b65 commit d1ae87d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Tello-Python
2+
3+
Control DJI Tello drone with python
4+
5+
# Installation
6+
7+
pip install tello-python
8+
9+
# Examples
10+
11+
12+
from tello-python import tello
13+
14+
drone = tello.Tello()
15+
16+
drone.takeoff()
17+
18+
drone.forward(100)
19+
20+
drone.cw(90)
21+
22+
drone.flip('l')
23+
24+
drone.streamon()
25+
26+
drone.land()

0 commit comments

Comments
 (0)