Archive for June, 2008



Http client to POST using multipart/form-data Download

Sunday, June 22nd, 2008

This script is a web client that will post data to a site as if from a form using ENCTYPE="multipart/form-data". 

It is typically used to upload

Instantiating pickled instances transparently Download

Sunday, June 22nd, 2008

This script addresses the following two needs:

Object construction for some class is expensive.

Objects of this class need to be in

makefaq Download

Sunday, June 22nd, 2008

makefaq is a Python program that creates a Frequently Asked Questions (FAQ) list from a specially formatted text data file.

For output, it can can generate either

Module For Running Simple Proxies Download

Sunday, June 22nd, 2008

Proxies can be useful at times but may not be simple to create and run. This script provides a single class that can build proxy objects capable of being both started and

pYsearch Download

Sunday, June 22nd, 2008

This project implements a Python API for the Yahoo Search Webservices API. pYsearch is an OO abstraction of the web services, with emphasis on ease of use and extensibility.

PyShoutOut Download

Sunday, June 22nd, 2008

This set of scripts (one for reading and one for writing) are very fast and very small; together, they total less than 50 lines!

It is based off of a stylesheet sy

Read a text file by-paragraph Download

Sunday, June 22nd, 2008

Text files are most often read by-line, with excellent direct Python support. Sometimes you need to use other units, such as the paragraph — a sequence of non-empty lines

Change image properties Download

Sunday, June 22nd, 2008

Change image properties code allows you to remove the image border.
Download from:

CD flaw checker Download

Sunday, June 22nd, 2008

CD flaw checker script reads every file on a CD to check if there are any read errors.
Download from:

dir2ogg Download

Sunday, June 22nd, 2008

dir2ogg is a python script which converts mp3, m4a, wma, and wav files into ogg-vorbis format.
Download from