Uncategorized



Instant File Provider Download

Tuesday, June 17th, 2008

The Instant File Provider is a simple WSGI-based web application to browse and serve files via HTTP. This package makes use of the Paste suite and Genshi. Python 2.5 or greater

PyFormMail Download

Tuesday, June 17th, 2008

PyFormMail is a simple form to email script made with Python. 

This is a basic script, but you can customize it with ease and it has many options. This sc

wx twisted support using threads Download

Tuesday, June 17th, 2008

This module enables wxPython and twisted to peacefully co-exist. It does this by running wxPython in the main thread and starting a secondary thread for the twisted library. It

Split String into n-size pieces Download

Tuesday, June 17th, 2008

This script takes a string and returns a list containing the n-sized pieces of the string.
Download fro

ip2cc Download

Monday, June 16th, 2008

This script allows you to lookup country by IP address.
Download from:

Windows desktop manager Download

Monday, June 16th, 2008

Windows desktop manager allows you to create and navigate between desktops using a taskbar icon.
Download fr

Fancy rich comparisons Download

Monday, June 16th, 2008

This script is an example of template comparisons based on a logical ANY object.
Download from:

ID3Writer Download

Monday, June 16th, 2008

ID3Writer is a simple, 100% Python implementation of an ID3v2 tag writer.

To use it, just create a new instance of the Writer class with the following parameters: f

MultiListbox Tkinter widget Download

Monday, June 16th, 2008

This script is a compound widget that gangs multiple Tk Listboxes to a single scrollbar to achieve a simple multicolumn scrolled listbox.

Most of the Listbox API i

String Interpolation-Evaluation of Expressions Download

Sunday, June 15th, 2008

This script represents a lightweight and powerful way to evaluate expressions embedded in strings during interpolation.