Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 656 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 656 Bytes

rocket-launcher

Dream cheeky Rocket launcher API in python. Controls the Dream Cheeky O.I.C Storm & Thunder USB Missile Launchers.

You need to install pyusb >= 1.0 in order you run it.

Getting Started:

git clone https://github.com/jccastillocano/rocket_launcher.git
cd rocket_launcher
sudo python rockets.py # Dummy example of movements and shoots!

Usage:

  • import TuguuRocketLib
  • You have 6 actions:
    • Movements: right, left, up, down
    • Actions: stop, fire
  • Check the code for more examples