kForth / KeyLimePi

Raspberry Pi as a USB Keyboard Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyLimePi

KeyLimePi lets you use your Raspberry Pi as a USB keyboard on another device.

Prerequisites

Install Raspberry Pi OS and connect to your Pi's terminal. See raspberrypi.com for help getting setup.

Be sure to enable ssh and setup your WiFi credentials if you're planning on using those.

Setup

  1. Clone this repository:

    git clone http://github.com/kforth/KeyLimePi.git ~/KeyLimePi
  2. Run the setup script:

    cd ~/KeyLimePi & ./setup
  3. Reboot the pi:

    sudo reboot now
  4. That's it, you just have to figure out the rest.


This guide was very helpful in getting this project started. Also this file was helpful.

About

Raspberry Pi as a USB Keyboard Emulator

License:MIT License


Languages

Language:Python 85.1%Language:Shell 14.9%