Fork of pystray

MelianMiko 63560ebb1f Disable Ctrl-C handler пре 2 година
.idea f1bfc8ca26 Cleanup, fixes, misc пре 2 година
debian 8b24d14887 Change debian install path пре 2 година
lib 63560ebb1f Disable Ctrl-C handler пре 2 година
tools f1bfc8ca26 Cleanup, fixes, misc пре 2 година
.gitignore fa51db1b79 Added debian package rules пре 2 година
CHANGES.rst f1bfc8ca26 Cleanup, fixes, misc пре 2 година
COPYING 30dc3d89c0 Updated copyright пре 2 година
COPYING.LGPL 30dc3d89c0 Updated copyright пре 2 година
README.md 051aa65afa Added original sources link пре 2 година
setup.cfg f1bfc8ca26 Cleanup, fixes, misc пре 2 година
setup.py 63560ebb1f Disable Ctrl-C handler пре 2 година

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.