Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 417 Bytes

File metadata and controls

24 lines (20 loc) · 417 Bytes

TelloDroneControlPanel

Real Time System Project. Control Panel for Tello EDU Drone using Python.

Dependency

  • Python 3
  • pip

Setup

create virtual envirnoment

pip install virtualenv
virtualenv env

Activate virtual envirnoment

MacOS / Linux

source env/bin/activate

Windows

env\Scripts\activate

Installation

pip install -r requirements.txt

Start Locally

python gui.py