Giter Club home page Giter Club logo

boblib's Introduction

boblib

Please see the Wiki-Page for a documentation of public methods and their attributes.

Short description of how to use it

This is a short HowTo you may need to get it running.

  • import the library: import boblib
  • instantiate: bob = boblib.Boblight("127.0.0.1", 19333)
  • set color of all lights (i.e.: yellow): bob.setColor(1, 1, 0)
  • set priority: bob.setPriority(128)
  • set speed of all lights: bob.setSpeed(0.5)
  • set interpolation of all lights: bob.setInterpolation(True)
  • set color of a specific light (i.e.: 12 to red): bob.getLight()[11].getColor().setColor(1, 0, 0)
  • set speed of a specific light (i.e.: 12): bob.getLight()[11].setSpeed(1)
  • set interpolation of a specific light (i.e.: 12): bob.getLight()[11].setInterpolation(False)
  • disconnect from server: bob.disconnect()

In one of my projects I needed to store information about "who" set a light. Let's say the user sets a few lights to specific colors and the software calculates the colors of all other lights to get a color gradient.

  • set setManually of a specific light (i.e.: 12): bob.getLight()[11].setSetManually(True)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.