bibliopixel.builder.builder module¶
-
class
bibliopixel.builder.builder.
Builder
(project_file='', desc=None, threaded=None, **kwds)[source]¶ Bases:
bibliopixel.builder.saved_description.SavedDescription
A Project Builder to allow people to experiment with projects from the command line or in their own main program.
-
COLORS
= <bibliopixel.colors.colors.Colors object>¶
-
is_running
¶ True if the Builder is currently running
-
threaded
¶ True if the Builder is runs in a separate thread, false if the Builder blocks, waiting for the animation to end.
-