GitHunt
DI

DigitalBites/lirc-python

Python wrapper for LIRC calls, based on https://github.com/slimjim777/web-irsend

lirc-python

Python wrapper for LIRC calls, based on https://github.com/slimjim777/web-irsend

Now with enhanced error handling, accessor methods and other riggor.

Usage

Here are some example calls:

>>> from lirc import Lirc
>>> lirc_obj = Lirc()

# Show hooked up devices:
>>> print ", ".join(lirc_obj.devices())
zenith

# Send a command
>>> lirc_obj.send_once('zenith', 'KEY_POWER')

Languages

Python100.0%

Contributors

Created December 11, 2015
Updated January 28, 2023
DigitalBites/lirc-python | GitHunt