Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 494 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 494 Bytes

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')