Nintendo Switch Macro Recording Project

Hello,

I’m new to the forums, so I hope this is the right place.

I’m having trouble with this project in OS setup.

When I do the command: sudo apt install python3-dbus libhidapi-hidraw0 keyboard

I get this error:

Reading package lists… Done

Building dependency tree

Reading state information… Done

E: Unable to locate package keyboard

I found in preferences<add/remove programs<Programming the libhidapi library and applied it. Do I need to do anything else to install it because it’s still giving me that error? or am I missing something else?

Any help/guidance would be appreciated. Thanks!

Hey, you actually found a mistake in the instructions, so thanks for posting! I updated the tutorial with the right commands, but I think all you need to do to get up and running is open a terminal on your Pi and run this command:

sudo pip3 install keyboard

I think that should do the trick!