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
- Host: GitHub
- URL: https://github.com/mic159/tankremote
- Owner: mic159
- Created: 2015-01-19T13:38:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T10:53:31.000Z (almost 10 years ago)
- Last Synced: 2025-03-31T04:32:27.332Z (about 1 year ago)
- Language: Python
- Size: 469 KB
- Stars: 19
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).

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
```