Fork of pystray

MelianMiko 63560ebb1f Disable Ctrl-C handler před 2 roky
.idea f1bfc8ca26 Cleanup, fixes, misc před 2 roky
debian 8b24d14887 Change debian install path před 2 roky
lib 63560ebb1f Disable Ctrl-C handler před 2 roky
tools f1bfc8ca26 Cleanup, fixes, misc před 2 roky
.gitignore fa51db1b79 Added debian package rules před 2 roky
CHANGES.rst f1bfc8ca26 Cleanup, fixes, misc před 2 roky
COPYING 30dc3d89c0 Updated copyright před 2 roky
COPYING.LGPL 30dc3d89c0 Updated copyright před 2 roky
README.md 051aa65afa Added original sources link před 2 roky
setup.cfg f1bfc8ca26 Cleanup, fixes, misc před 2 roky
setup.py 63560ebb1f Disable Ctrl-C handler před 2 roky

README.md

python-mtrayapp

This is a modification of pystray.

This mod provides some extra features, like:

  • Message, error, confirm boxes
  • OOP-style features for Menu class
  • Ability to use file path as icon (Without copying it to other file, like in original lib)
  • Maybe something else

For example of modifications, check tools/test_menu.py.

Original source code: moses-palmer/pystray.

pystray Package Documentation

This library allows you to create a system tray icon.

Supported platforms are Linux under Xorg, GNOME and Ubuntu, macOS and Windows.

See here <https://pystray.readthedocs.io/en/latest/>_ for the full documentation.