# vial-gui **Repository Path**: shenjunze/vial-gui ## Basic Information - **Project Name**: vial-gui - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-22 - **Last Updated**: 2025-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```