The server for the Decklify client written in Python.
Important
The installer and Auto Hot key only work on Windows
- Auto Hot key installed and runnning.
Download the installer from the releases and install the server.
Note
Since the binary is not digitally signed, Windows Defender may warn that the installer is potentially dangerous. This warning is expected. You can safely proceed if you downloaded the installer from this repository’s Releases section. For extra assurance, you may verify the file checksum provided along in the releases.
To configure the server and macros, press Win + r and go to %localappdata%/Decklify/Decklify. To get started take a look at the example configuration.
Decklify/
├── assets/
│ └── tile_icons/
├── config/
├── logs/
└── macros/
- assets: contains media that can be requested by the client.
- tile_icons: contains the icon of the tiles.
- config: contains a json file that describes the page layout, the tiles, their action, their label (optional) and their icon (optional).
- logs: contains the logs of the server.
- macros: contains the ahk scripts.
- Python - The language
- uv - The package manager
- FastAPI - The webserver
- pystray - The tray
- ahk - The Auto Hot Key Python wrapper
- Pillow - Image manipulation
- platformdirs - Platform directory handler
- PyInstaller - The bundler
- Inno Setup - The installation builder for Windows
- Add CONTRIBUTING.md
- Document code
- Add an editor in the browser to customize the deck (instead of going into the files)
- Change the app icon (or not :))
- Think of more things to do
This project is licensed under the GNU GPLv3 License - see the COPYING.md file for details