Skip to content
forked from raphaelm/pybob

Python3 interface for boblightd (LED controller)

Notifications You must be signed in to change notification settings

Richard6360/pybob

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pybob

Python 3 interface for boblightd (LED controller)

Documentation

It's as simple as typing

import pybob
b = pybob.Boblights()
b.open()
b.set_light(b.get_lights()[0], "FF0000")
b.sync()
time.sleep(10)
b.close();

but you if you are interested, check out the module with executing pydoc pybob.

About

Python3 interface for boblightd (LED controller)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published