This is a GUI for the cvasl package, currently a work-in-progress.
pip install cvasl-gui
cvasl-gui
The application will look for the following environment variables:
CVASL_DEBUG_MODE # True for development, False for production. Debug mode will show the Dash debug console on the page. In production mode, the browser will be automatically opened.
CVASL_PORT # The port the server runs on, default is 8767
poetry install
poetry run cvasl-gui