Fork of pystray

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

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.