Multimedia



Simple Color Chooser Download

Thursday, June 26th, 2008

This script uses the tkColorChooser libary to present the user with a colour selection dialog, then displays the RGB and hexadecimal values for that colour.

It can

Newspipe Download

Wednesday, June 25th, 2008

Newspipe is an RSS/Atom aggregator with a difference: it allows you to keep track of your feeds through e-mail - you create an OPML file listing your feeds and Newspipe will co

Transmitting exceptions through XML-RPC Download

Friday, June 20th, 2008

Python’s xmlrpclib only raises the xmlrpclib.Fault exception, but it can be convenient to allow more different kinds of exceptions to be raised. This script provides a cus

Autosetup for simplified default values Download

Thursday, June 19th, 2008

If each class’s __init__ is used to set default values, it requires that one use super() or explicit parentclass.__init__() calls . This script allows you to simplify this proc

Bazzite Download

Tuesday, June 17th, 2008

Bazzite aims to provide an interface for easily selecting preconfigured splash screen themes.

This allows users to just set a theme and forget about it and it also

Generate thumbnail image Download

Monday, June 9th, 2008

Generate thumbnail image script allows you to generate thumbnail images.
Download from:

Get actual sizes of all monitors Download

Tuesday, June 3rd, 2008

This script gets the sizes of all the monitors on a multi-monitor Windows PC.

It gets both the actual resolution and the usable ("work") resolutions. The

Collaborative Portal Server (CPS) Download

Friday, May 30th, 2008

Collaborative Portal Server (CPS) is the most complete Open Source platform available for building Enterprise Content Management (ECM) applications.

CPS comes also

Using the Win32 IPHelper API Download

Wednesday, May 28th, 2008

This function will return a list of ports (TCP/UDP) that the current machine is listening on. It’s basically a replacement for parsing netstat output but also serves as a good

Embed a Python shell in a user interface Download

Tuesday, May 27th, 2008

This script provides the ability to write your own Python shell, which you can use to filter out input or output, and embed it in another application.