Metadata-Version: 2.1
Name: mtrayapp
Version: 1.0.2
Summary: Modification of Moses Palmér's pystray lib with some extra features
Home-page: https://github.com/melianmiko/python-mtrayapp
Author: Moses Palmér, melianmiko's mod
Author-email: melianmiko@yandex.ru
License: LGPLv3
Keywords: system tray icon,systray icon
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Requires-Dist: six
Requires-Dist: pyobjc-framework-Quartz (>=7.0) ; sys_platform == "darwin"
Requires-Dist: python-xlib (>=0.17) ; sys_platform == "linux"

# 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](https://github.com/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.


