Giter Club home page Giter Club logo

lcdproc's Introduction

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

lcdproc's People

Contributors

criminalk avatar guddimon- avatar jinglemansweep avatar z3po avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

lcdproc's Issues

doesn't work

Telnet Request: hello
Telnet Response: connect protocol 0.3 lcd wid 40 hgt 10 cellwid 31 cellhgt 31
Traceback (most recent call last):
File "../lcdproc-test.py", line 50, in
main()
File "../lcdproc-test.py", line 11, in main
lcd.start_session()
File "/usr/local/lib/python3.8/dist-packages/lcdproc-0.3-py3.8.egg/lcdproc/server.py", line 41, in start_session
IndexError: list index out of range

Invalid parameter order in add_key method.

Hi,
the order of the parameters of the command add_key appears to be reversed.
The lcdproc client command accepts "add_key -shared key"
while the method sends "add_key key -shared"

Incompatible with Python 3

The program does not work on Python 3.

Python 3.4.0 (default, Apr 11 2014, 13:05:11) 
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from lcdproc.server import Server
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.4/dist-packages/lcdproc/server.py", line 46
    if self.debug: print "Telnet Request:  %s" % (command_string)
                                             ^
SyntaxError: invalid syntax
>>> 

license is missing

Hi,

I packaged lcdproc for the Arch Linux User Repo, so I wanted to know under which license you release it.

Possible to update all widgets simultaneously?

Thanks for making this useful wrapper. I'm implementing a spectrum analyzer with 16 vbar widgets and all of them update individually after length adjustments in a loop, resulting in a very slow refresh. Would be very useful to have the capability to update them manually all at once. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.