diff options
author | Pablo Santamaria <pablosantamaria@gmail.com> | 2010-08-28 14:30:33 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-29 15:32:14 -0500 |
commit | 8774dc9ef2032b4d7adce531c772ef082ea54181 (patch) | |
tree | b60dcc92d75dd4523d889a51017b38a71c19b44e /libraries/pylirc/README | |
parent | b25a6e9062f83ea6e444ba2a36e1e89aae228193 (diff) | |
download | slackbuilds-8774dc9ef2032b4d7adce531c772ef082ea54181.tar.gz |
libraries/pylirc: Added (Python lirc module)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/pylirc/README')
-rw-r--r-- | libraries/pylirc/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/pylirc/README b/libraries/pylirc/README new file mode 100644 index 0000000000..4892569e50 --- /dev/null +++ b/libraries/pylirc/README @@ -0,0 +1,4 @@ +pyLirc is a module for Python that interacts with lirc to give Python +programs the ability to receive commands from remote controls. + +This requires lirc. |