Skip to main content

Tray all application

Project description

Make a System Tray Icon for all application.

Install

Simple Install with pip:

pip install alltray --user

From source:

python setup.py install

Usage

$ 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

Pack Windows EXE file

cx_Freeze

python cx_Freeze_setup.py bdist

pyinstall

  1. install pywin32 from http://sourceforge.net/projects/pywin32/files/

  2. pip install pyinstaller

  3. [option] install upx from http://upx.sourceforge.net/

  4. Run pyinstaller --clean -i Apps-wheelchair.ico -w alltray.py

Execute file will be found in “dist” directory.

py2exe

python py2exe_setup.py py2exe

Icon

http://www.iconarchive.com/show/nuoveXT-2-icons-by-saki/Apps-browser-icon.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AllTray-0.1.0.tar.gz (15.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page