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)