Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 644 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 644 Bytes

WiFi Spy Tank Remote

A Python application to controll a WiFi Spy Tank from your desktop! The tank is also called "Instant Spy Tank".

You can buy one here: https://www.kogan.com/au/buy/remote-control-spy-tank-ipad-iphone/.

Connected Screenshot

Installation

For ubuntu:

sudo apt-get install python-gtk2
mkvirtualenv tank --system-site-packages
git clone https://github.com/mic159/TankRemote
cd TankRemote
pip install .

tank_remote