Make a System Tray Icon for all application.
Simple Install with pip:
pip install alltray --user
From source:
python setup.py install
$ alltray --help usage: alltray.py [-h] [--config CONFIG] [--tooltip TOOLTIP] [--icon ICON] [command] positional arguments: command To run command optional arguments: -h, --help show this help message and exit --config CONFIG command group --tooltip TOOLTIP tray tool tip --icon ICON command icon
example:
alltray --config chinadns
For window, use cx_Freeze For mac os x, still has some issue...
python cx_Freeze_setup.py bdist
- install pywin32 from http://sourceforge.net/projects/pywin32/files/
- pip install pyinstaller
- [option] install upx from http://upx.sourceforge.net/
- Run
pyinstaller --clean -i Apps-wheelchair.icns -w alltray.py
Execute file will be found in "dist" directory.
Important
- The execute file only be exectuted in ASCII directory. No support other encoding directory. It just is pyinstaller bug.
- The single execute file could not be run in window 64bit! bug!
too old, please ignore it.
python py2exe_setup.py py2exe
http://www.iconarchive.com/show/nuoveXT-2-icons-by-saki/Apps-wheelchair-icon.html
- Window
- Ubuntu