PyryM / lcdproc

Python OOP Wrapper Library for LCDproc Telnet API

Home Page:http://pypi.python.org/pypi/lcdproc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python OOP Wrapper Library for LCDproc Telnet API

http://pypi.python.org/pypi/lcdproc


Languages

Language:Python 100.0%