Skip to content

philipbl/pyAnyBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Python module to interact with AnyBar.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages