home python

News
Read News
Download Area
Sourceforge Download Area
Mailing List
pysystray-users
Archive
Project Summary
Sourceforge Page
About pySystray

pySystray is a light Python framework for building win32 applications that run from the System Tray.

Usually, these components are part of larger applications and are referred to as Notify Tray Icons. But I saw no reason why I couldn't write whole Python programs to just sit there.

pySystray is currently built as a very thin abstraction layer atop SysTrayIcon.py, which was built by Simon Brunnings. pySystray is released as OpenSource Software.

Installation From Binary
  1. Download the lattest version .exe file from the download area
  2. The exe was built by distutils and for Python 2.4. Run this to install the module
  3. Download the sample application zip file from the download area. To see example of pySystray in action.
Installation From Source
  1. Download the lattest source .zip file from the download area
  2. Extract the zip file into a folder
  3. On the commandline, change directory into that folder
  4. Type: python setup.py install
  5. The above step will install the module into your default python syspath
  6. Download the sample application zip file from the download area. To see example of pySystray in action.
Contact

See Mailing List info above.

Credits
SourceForge.net Logo