open source alternative to via https://get.vial.today
 
 
Go to file
Ilya Zhuravlev 3846e39edf add missing numpad comma keycode 2020-10-16 06:10:55 -04:00
.github/workflows Add github actions 2020-10-14 02:56:26 -04:00
src add missing numpad comma keycode 2020-10-16 06:10:55 -04:00
.gitignore Initial commit 2020-10-14 02:39:59 -04:00
COPYING Update licenses 2020-10-14 22:21:33 -04:00
README.md Add README 2020-10-14 22:28:18 -04:00
requirements.txt update requirements.txt 2020-10-14 16:20:58 -04:00

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