/lcdproc

Python OOP Wrapper Library for LCDproc Telnet API

Primary LanguagePython

LCDproc

Installing

Python 2:

sudo apt-get install python-setuptools
sudo easy_install lcdproc

Python 3:

sudo apt-get install python3-setuptools
sudo easy_install3 lcdproc

Alternatively, you could use pip to install the package instead of easy_install.

Example Usage

See examples.py