News
Read NewsDownload Area
Sourceforge Download AreaMailing List
pysystray-usersArchive
Project Summary
Sourceforge PageAbout 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
- Download the lattest version .exe file from the download area
- The exe was built by distutils and for Python 2.4. Run this to install the module
- Download the sample application zip file from the download area. To see example of pySystray in action.
Installation From Source
- Download the lattest source .zip file from the download area
- Extract the zip file into a folder
- On the commandline, change directory into that folder
- Type: python setup.py install
- The above step will install the module into your default python syspath
- Download the sample application zip file from the download area. To see example of pySystray in action.
Contact
See Mailing List info above.
Credits
- To all FOSS hackers, for building a culture I can learn from, benefit from, and give back to
- To Guido and the team for making the most Hackable Language out there.
- To Simon Brunnings, for doing all the initial hardwork. I just wrapped what he did up :)
- To my earliest user(s) :), for not writing your own module. Afterall, Python makes it soooo easy :)