Uncategorized



wxRemind Download

Thursday, June 19th, 2008

wxRemind is a graphical front-end to Remind, a remarkably sophisticated calendar and alarm system. 

The display features a calendar and daily event list suitab

Maki Download

Thursday, June 19th, 2008

Maki is a webserving framework built on Python and XML. It allows a web developer to send an XML input document through any number of steps, where each step is either a stylesh

Using try/except unexpected input Download

Thursday, June 19th, 2008

This script uses as example Minesweeper that expects the user to enter properly bounded integers for moves.

If the user enters something unexpected, the

Rate Yourself Download

Thursday, June 19th, 2008

Rate Yourself is a web framework for building surveys like How cool/geeky/whatever are you?.
All survey-specific data (questions, their answers and score ratings) i

PyJflash Download

Wednesday, June 18th, 2008

PyJflash is a free and open-source Japanese flashcard program, conversion utility and editor.

Features:

Loading and savi

Display an Image from a specified file Download

Wednesday, June 18th, 2008

This script reads an image file from the filename specified as the first parameter on the command line and displays it on screen.

It uses the PIL module so that it

advpy Download

Tuesday, June 17th, 2008

This Python component contains a collection of small Python modules for WEBand Database.
Download from:

Python Publishing Accessories Download

Tuesday, June 17th, 2008

PPA (Python [Object] Publishing Accessories) is a library of python modules useful to build web publication systems.

Simple Singleton Download

Tuesday, June 17th, 2008

This script is an implementation of the singleton without using the __new__ class but by implementing the __call__ method in the metaclass.

optcomplete Download

Tuesday, June 17th, 2008

This Python module aims at providing almost automatically shell completion for any Python program that already uses the optparse module.