Barcode keyboard

Quick dumb project

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.

Prerequisites

  • Python3
  • pip or other package manager
  • required packages
  • windows machine

Installation

  • 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)

Authors

  • Vukašin Vulović