open source alternative to via https://get.vial.today
 
 
Go to file
Ilya Zhuravlev 2d4859f1ad keycodes: add media keycodes 2020-10-19 02:57:23 -04:00
.github/workflows
src keycodes: add media keycodes 2020-10-19 02:57:23 -04:00
.gitignore
COPYING
README.md
requirements.txt

README.md

vial-gui

Releases

Currently, no releases are provided. You can download a precompiled binary from latest GitHub Action: https://github.com/vial-kb/vial-gui/actions (need to log into a github account).

Development

Python 3.6 is recommended (3.6 is the latest version that is officially supported by fbs).

Install dependencies:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

To launch the application afterwards:

source venv/bin/activate
fbs run