/quick-task-switcher

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Intro

TODO

Demo

TODO

Docs

TODO

Links

Docs

Tutorials

Packaging

Make sure you have poetry and yarn installed. In the project directory execute:

poetry install
 
cd web/frontend/
yarn install
yarn build

cd ../..
poetry run pyinstaller quick_task_switcher.spec

Then open the Quick Task Switcher.exe under dist\Quick Task Switcher. To generate single binary file use the quick_task_switcher_onefile.spec instead.

Attribution