Skip to content

BastelPichi/arduino2keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino2keyboard

arduino2keyboard is a simple software that allows you to use your arduino without hid capabilities as an mini keyboard(e.g. for a streamdeck). To start, download this repo, upload the arduino code(currently for 8 keys, will create a configurator for that soon...) and start createconfig.py. Now it will ask you to press a key and and the key that should be emulated. After the programm is done, you can launch main.py and enjoy it!

You need to install following requirements(or requirements.txt):

  • pyautogui
  • pyserial

There will be more docs very soon.