Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

DigitalBites/lirc-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%