Barcode scanners act like keyboards, sending keystrokes they read from the barcode; Why not use them to play Minecraft/Games? (because it's stupid)
This script uses win32 library to capture/supress/send keystrokes, use at your own risk.
- Python3
- pip or other package manager
- required packages
- windows machine
- Clone repo
- Install python packages "pynput" and "keyboard"
- Create barcodes
- Add barcode codes to MAPPING dictionary in "main.py"
- run "main.py"
- Enjoy! (Use Esc to stop the program)
- Vukašin Vulović