File Management



Region oriented ascii processor Download

Tuesday, May 20th, 2008

This script scans a text file, extracts regions that matches specified patterns from it, and processes them with specified executables sequentially.

Each execu

C++-like iostream syntax in Python Download

Tuesday, May 20th, 2008

This script represents a very simple proof-of-concept of an ostreams-like interface wrapping around file-like objects, included a demonstration of manipulators.

Standard Error Redirector Download

Monday, May 19th, 2008

This script was designed for remotely receiving bug reports. The concept presented here is a step towards working with Python remotely. As sys.stderr is replaced in this s

Latitude/longitude/map web-fetcher Download

Sunday, May 18th, 2008

Given a list of cities, this script fetches their latitudes and longitudes from one website (a database used for astrology, of all things) and uses them to build a URL for

Garlic Download

Sunday, May 18th, 2008

Garlic is a Bookmark manager with a Web interface.

It is able to parse RSS feeds and maintain a reading list from the corresponding articles. The application is in

MMPython Download

Friday, May 16th, 2008

MMPython is a Media Meta Data retrieval framework.

It retrieves metadata from mp3, ogg, avi, jpg, tiff and other file formats. Among others it thereby parses ID3v2

Drop shadows with PIL Download

Thursday, May 15th, 2008

Drop shadows with PIL script demonstrates the use of the Python Imaging Library to apply a gaussian blur drop shadow to an image.

File Catalog Download

Wednesday, May 14th, 2008

This package contains tools to create, view and transform hierachical YAML representations (using PyYAML) of directories and files below a specified path:

Deriving a custom sprite from Sprite class Download

Monday, May 12th, 2008

This Python / Pygame script demonstrates how to create a custom sprite class for a 2D game by deriving a new class from Pygame ’s built-in Sprite class.

Jack Download

Sunday, May 11th, 2008

Jack is a console based cd-ripper. It supports cdparanoia and cdda2wav (amongst others) for extraction and various MP3 and OGG/Vorbis encoders.