From 6516baaa5526416fda148c59c793adcb49791d51 Mon Sep 17 00:00:00 2001 From: Enteleform Date: Wed, 20 Sep 2017 01:24:51 -0400 Subject: [PATCH] added "mouse" and "keyboard" by @boppreh to "Hardware" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f53992..8538928 100644 --- a/README.md +++ b/README.md @@ -661,6 +661,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for programming with hardware.* * [ino](http://inotool.org/) - Command line toolkit for working with [Arduino](https://www.arduino.cc/). +* [keyboard](https://github.com/boppreh/keyboard) - Hook and simulate global keyboard events on Windows and Linux. +* [mouse](https://github.com/boppreh/mouse) - Hook and simulate global mouse events on Windows and Linux. * [Pingo](http://www.pingo.io/) - Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc. * [Pyro](http://pyrorobotics.com/) - Python Robotics. * [PyUserInput](https://github.com/SavinaRoja/PyUserInput) - A module for cross-platform control of the mouse and keyboard.