/pyAnyBar

A Python module to interact with AnyBar.

Primary LanguagePythonMIT LicenseMIT

pyAnyBar

A Python module for AnyBar.

Install

pip install pyanybar

Usage

from anybar import AnyBar

AnyBar().change('red')

A port number can also be added:

AnyBar(port=11111).change('red')

pyAnyBar always works with Brett Terpstra's fork of AnyBar that allows for text to be displayed:

AnyBar().change('cyan', text='hello world')

AnyBar().change('none')