The app dynamically changes display settings (brightness, contrast, gamma) when the active window changes. It makes only one internet request to check for updates (this option can be disabled).
- Russian
- English
- Windows 10 22H1, Windows 11 22H2
- Common windows apps, fullscreen / borderless modes in several games
- NVidia, AMD GPUs
- Add ngrx
- Write tests
- Improve logging
- Add linux support?
- Install node.js 22+ (nvm is recommended)
- Install python 3.12+ (python-is-python3, python3-venv if needed)
-
cd frontend npm install # Build with npm run build # Or run with npm run start -
cd pywebview python -m venv venv # activate venv with source venv/bin/activate # or venv/scripts/activate pip install . # Build with python build.py # Or run with python src/main.py
-
