Archive for May, 2008



Voidspace Python Guestbook Download

Saturday, May 31st, 2008

Guestbook is a Python script that allows you to add a ‘guestbook’ facility to your website. It is fully customisable using HTML templates - so the guestbook can be fully integr

FontTools-TTX Download

Saturday, May 31st, 2008

TTX is a tool to convert OpenType and TrueType fonts to and from XML.

FontTools is a library for manipulating fonts, written in Python.

It supports Tr

Read a file text backwards Download

Saturday, May 31st, 2008

This script provides a class which will read a text file in reverse… It basically reads a block of data from the end of the file as a list and keeps popping items off of that

Using wxPython/OpenGL to draw a sphere Download

Saturday, May 31st, 2008

Using wxPython/OpenGL to draw a sphere script is a simple wxPython/OpenGL application to draw a sphere.
Down

NewsBruiser Download

Saturday, May 31st, 2008

NewsBruiser is a simple but feature-packed system for writing weblogs. It’s easy to set up, easy to use, it won’t make you install a lot of other software, and it’s free!

Hexify Download

Saturday, May 31st, 2008

Hexify is a hex dump utility handy for viewing binary files at the command-prompt.

Hexify can be seen as an alternative or improvement to Tony Dycks’ readbin.py. It

InverseExtendGenerators Download

Friday, May 30th, 2008

This script is the same as InverseExtend, except it uses a yield for non-local flow of control.It iterates downward through a hierarchy calling a method at each step.Each

Textify Download

Friday, May 30th, 2008

 This script will decorate every letter in a string with a random color and a random font. The output is in HTML.

Readable switch construction Download

Friday, May 30th, 2008

Python’s lack of a ’switch’ statement has garnered much discussion and even a PEP.

The most popular substitute uses dictionaries to map cases to functions, which r

Personal Finance Assistance Download

Friday, May 30th, 2008

This little program is used to record all your daily expenses. It stores all data in SQLite.

The program is menu-based program which can connect to database and the