Yun USB host keyboard woes

Hello everyone,

Is there a tutorial somewhere on how to use a usb keypad on Yun, and via bridge pass the values to your sketch? I've been searching and searching but can't find something. I understand that I need a python script on linux side to send the values over, and this is the part I can't figure out. Keypad is connected and working, did a cat /dev/input/event1 | hexdump and get the values, question is how to proceed. I think I can figure out the 32U4 side. Any help would be greatly appreciated.

I dont have any expiriance with that but there is some info Issues setting up USB Keyboard on Yun - Arduino Yún - Arduino Forum
USB Keyboard issue - Arduino Yún - Arduino Forum

Thanks for the reply, I've checked both these threads and honestly I don't understand how to implement it. The code provided is in pieces and doesn't make much sense to me, my coding experience is almost non existent...