AceCentre / EyeCommander

An open source computer vision interface that tracks eye movements for individuals with severely-limited mobility.
https://docs.acecentre.org.uk/eyecommander
MIT License
53 stars 4 forks source link

ConfigFile #25

Closed willwade closed 2 years ago

willwade commented 2 years ago

As a end user there is a lot of command line options. I want to be able to use a configfile as well as command line options. This will be particularly useful if I have to rerun it regularly (and on Windows its far easier to alter a txt file than pass arguments),

Command line arguments are still useful. e.g. --calibrate . In this instance the arguments SHOULD have precedence over the configfile

Possibly need to use https://pypi.org/project/click-configfile/

gavinhenderson commented 2 years ago

No longer relevant to react app