An open API service indexing awesome lists of open source software.

https://github.com/mic159/tankremote

A remote control for the WiFi Spy Tank
https://github.com/mic159/tankremote

Last synced: about 1 year ago
JSON representation

A remote control for the WiFi Spy Tank

Awesome Lists containing this project

README

          

WiFi Spy Tank Remote
====================

A Python application to controll a [WiFi Spy Tank](https://www.kogan.com/au/buy/remote-control-spy-tank-ipad-iphone/) 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/](https://www.kogan.com/au/buy/remote-control-spy-tank-ipad-iphone/).

![Connected Screenshot](screenshot_video.png)

Installation
------------

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

tank_remote
```