Fork of pystray

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

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.