Skip to main content

A tray notification application for receiving messages from a Gotify server.

Project description

Gotify Tray

A tray notification application for receiving messages from a Gotify server.

Download

Download the latest release.

Supported Platforms

See https://doc.qt.io/qt-6/qsystemtrayicon.html#details

Manual 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 -m gotify_tray

Create and install a pip package

  • Create the pip package:

    $ python -m build
    
  • Install the pip package:

    $ pip install dist/gotify_tray-0.1.4-py3-none-any.whl
    
  • Launch:

    $ gotify-tray
    

Create a pyinstaller executable

$ pip install pyinstaller
$ pyinstaller gotify-tray.spec

An executable is created at dist/gotify-tray/.

Inno setup (Windows)

Create an installer for windows with inno setup from pyinstaller output:

$ iscc gotify-tray.iss

Create a deb package

$ make build

# or install

$ sudo make install

Images

Windows 10 KDE
notification kde_notification
notification kde_notification

Requirements

  • python >=3.9
  • PyQt6
  • requests
  • websocket-client

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gotify-tray-0.1.4.tar.gz (70.1 kB view hashes)

Uploaded Source

Built Distribution

gotify_tray-0.1.4-py3-none-any.whl (82.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page