Skip to content
forked from fdavison/QMP-4

Quadstick Manager Program (now with MacOS support!)

License

Notifications You must be signed in to change notification settings

AidanJSmith/QMP-4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QMP-4

This is a fork of QMP-4 built to provide MacOS support. Support for certain windows-only features has been removed, but it aims to maintain the core quadstick functionality and make it a great choice for mac users.

All credit and love goes to Fred Davidson for building an incredible accessibility product that has brought much joy into the world. Hopefully this fork brings a little more!

Building

Create a python3.10 virtual environment and install requirements.txt . (To-do: actually add this file)

conda create -n qmp4 python=3.10
conda activate qmp4
python3 -m pip install -r requirements.txt

To run it for development, simply execute.

python3 QuadStick.py

Maintenance

Neither Aidan nor Neuralink corporation intend to keep this up to date with the upstream (which has not been updated itself in a reasonable amount of time). If any contributor would like to add additional features, please make an MR!

About

Quadstick Manager Program (now with MacOS support!)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%