Python Modules



CRC64 Download

Monday, June 2nd, 2008

This script implements the algorithm to compute the cyclic redundancy check that is described in the ISO 3309 standard. The generator polynomial is x64 + x4 + x3 + x

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

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

Registry Wrapper Download

Thursday, May 29th, 2008

This script provides "Registry", a Windows registry wrapper class that makes it easy to work with the Windows registry.

The class works with an inner

The Python TWAIN module Download

Tuesday, May 27th, 2008

The Python TWAIN module provides an interface to scanners, digital cameras and other devices which implement TWAIN, for the Windows platform. It provides the functionality to a

Pyvm Download

Monday, May 26th, 2008

Pyvm aims to be a python relocatable distribution to be used from non root users.
Download from:

rwhois.py Download

Saturday, May 24th, 2008

This is a recursive whois module/client for python. It provides your typical whois lookup and the ability to parse records into usable objects.

Add thousands separator commas to formatted number Download

Friday, May 23rd, 2008

This script works by adding commas to the first contiguous group of digits. It could fail with some odd-ball format that puts extra digits before the number.

pyLBB Download

Thursday, May 22nd, 2008

pyLBB is an address book manager written in pure Python.

It can be run on virtually any computer (that support Python interpreter) and allows you to add personal d

Geocoding via Google Maps Download

Wednesday, May 21st, 2008

This is simple script written as an experiment in geocoding addresses in a database.

An address such as "100 Any Street, Anytown, CA, 10010" is pass