This repository contains everything you need to turn an Arduino UNO R3 into a USB keyboard. It includes two examples, one for preprogrammed input and one which uses a 4x4 keypad to input HID codes, ...
arduino-hid-emulator is a Python library designed to control HID devices (keyboard and mouse) emulated using Arduino. The library allows you to send commands to control mouse movements, key presses, ...