Skip to main content

No project description provided

Project description

OctoStudio

This Python library pass messages between Python and OctoStudio.

Specifically, it works with two blocks of OctoStudio:

  • beam to phones
  • wait for beam (work-in-progress)

Install

pip install octostudio

Usage

from octostudio import OctoStudio

def on_message(shape_id):
    print(shape_id)

def main():
    octo = OctoStudio()
    octo.on_message = on_message
    octo.start()

For MicroBlocks users

This library was originally used to bridge OctoStudio's Bluetooth radio with MicroBlocks' wifi radio.

To do this you need to install this package, then run the command: octostudio-microblocks-bridge

Take a look at the inner workings

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

octostudio-0.1.0.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

octostudio-0.1.0-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page