Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vial-kb/vial-gui
Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time.
https://github.com/vial-kb/vial-gui
Last synced: 3 months ago
JSON representation
Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time.
- Host: GitHub
- URL: https://github.com/vial-kb/vial-gui
- Owner: vial-kb
- License: gpl-2.0
- Created: 2020-10-15T02:21:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T20:16:15.000Z (4 months ago)
- Last Synced: 2024-07-27T21:29:28.031Z (4 months ago)
- Language: Python
- Homepage: https://get.vial.today
- Size: 1.11 MB
- Stars: 860
- Watchers: 8
- Forks: 151
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/vial-kb/vial-gui - Cross-platform keyboard configurator (Jump To / Peripherals)
README
### vial-gui
# Docs and getting started
### Please visit [get.vial.today](https://get.vial.today/) to get started with Vial
Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time.
![](https://get.vial.today/img/vial-win-1.png)
---
#### Releases
Visit https://get.vial.today/ to download a binary release of Vial.
#### 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
```