Simple http num-pad emulator for macOS.
- Download the latest release.
- Unzip and run!
- Create a virtual environment for development (see here.)
- Clone the repo with
git clone https://github.com/jelmer04/Keypad.git
- Install the requirements
pip install -r requirements.txt
- Install PyNC and from /share/pync with
python setup.py install
- Build in alias mode with
python setup.py py2app -A
- Or build for distribution with
python setup.py py2app
(don't forget to delete the build and dist folders which switching between modes)