Client: SSCoupons.com
Year: 2004
Used http to get a directory listing of image files for multiple directories,
then download them to users' hard drive. Used PythonWin to create background
Windows task and to put an icon in the system tray. Used multithreading to
spawn the background task run on a timer. Used Py2exe to build Windows
executable. Built XML file describing images for screen saver configuration.
Tools: Python, Py2exe, Win32 API, Multithreading, XML, PythonWin