Skip to content

jelmer04/Keypad

Repository files navigation

Keypad

Simple http num-pad emulator for macOS.

Installation

  1. Download the latest release.
  2. Unzip and run!

Building for development

  1. Create a virtual environment for development (see here.)
  2. Clone the repo with git clone https://github.com/jelmer04/Keypad.git
  3. Install the requirements pip install -r requirements.txt
  4. Install PyNC and from /share/pync with python setup.py install
  5. Build in alias mode with python setup.py py2app -A
  6. Or build for distribution with python setup.py py2app (don't forget to delete the build and dist folders which switching between modes)