8731ad0747977a464cc50379be27ec026a439199
Gotify Tray
A tray notification application for receiving messages from a Gotify server.
Download
Install
Get the source and install the requirements:
$ git clone https://github.com/seird/gotify-tray.git
$ cd gotify-tray
$ pip install -r requirements.txt
Run from source
$ python entry_point.py
Create a pyinstaller executable
$ pip install pyinstaller==4.4
$ pyinstaller gotify-tray.spec
An executable is created at dist/gotify-tray/.
Create a deb package
$ make build
# or install
$ sudo make install
(Inno setup (Windows))
Create an installer for windows with inno setup:
$ iscc gotify-tray.iss
Images
| Windows 10 | KDE |
|---|---|
![]() |
![]() |
![]() |
![]() |
Requirements
- python 3.9
- PyQt6
- requests
- websocket-client
Languages
Python
97.7%
Inno Setup
1.2%
Shell
0.9%
PowerShell
0.1%
Makefile
0.1%



