Development
Start development
Create and activate an environment by running the following command:
python -m venv .venv
.venv/Scripts/activate
Install the required dependencies
pip install -r src/requirements.txt
You can start the yahac by running the following command:
cd src && python yahac.py
Images
Overview Icon usage
Base color: #1976D2
Alphabetical order:
Image name | Usage |
---|---|
database_24dp_1976D2_FILL0_wght400_GRAD0_opsz24.png | Sensors frame (add/remove sensors) |
globe_24dp_1976D2_FILL0_wght400_GRAD0_opsz24.png | link to website |
home_app_logo_24dp_1976D2_FILL0_wght400_GRAD0_opsz24.png | YAHAC itself, ICO file available |
logout_24dp_1976D2_FILL0_wght400_GRAD0_opsz24.png | TrayMenu Exit |
sensors_24dp_1976D2_FILL0_wght400_GRAD0_opsz24.png | Listed sensor in Traymenu |
settings_24dp_1976D2_FILL0_wght400_GRAD0_opsz24.png | Configuration frame (settings) |
toggle_off_24dp_1976D2_FILL0_wght400_GRAD0_opsz24.png | TrayMenu switch with state off |
toggle_on_24dp_1976D2_FILL0_wght400_GRAD0_opsz24.png | TrayMenu switch with state on |
update_24dp_1976D2_FILL0_wght400_GRAD0_opsz24.png | TrayMenu Check for updates |
If more icons are are being added, list them. Keep original filename for faster identification.