Uncategorized



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

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

Download Directories Synchronizer Download

Sunday, June 22nd, 2008

This application will synchronize all the files and all the sub-directories, and prompt the user to confirm all the moves.

It’s written in python and with wxPython.

Webcounter Download

Saturday, June 21st, 2008

This CGI script will generate a simple text ‘hit counter’ for several sites. Useful to count visitors to the ‘front door’ of your website.

Optik Download

Saturday, June 21st, 2008

Optik is a powerful, flexible, extensible, easy-to-use command-line parsing library for Python. Using Optik, you can add intelligent, sophisticated handling of command-line opt

Test if a file or string is text or binary Download

Saturday, June 21st, 2008

This script allows you to perform a quick test to see if a file or string contains text or is binary. The difference between text and binary is ill-defined, so this duplic

How to use twisted pb pager Download

Saturday, June 21st, 2008

This script shows how to transfer large files with Twisted Perspective Broker using twisted.spread.util.Pager.

Text transformer with conditions Download

Saturday, June 21st, 2008

This script uses an efficient way to tranform a file’s text to something else, with conditions for few lines.

pAgenda Download

Saturday, June 21st, 2008

This script allows you to run a Calendar/scheduler written in Python.

Uses self-contained sqlite database for multiple users/schedules

Fetch diary entries from Advogato Download

Saturday, June 21st, 2008

Advogato (http://www.advogato.org) exports members’ diaries in a simple XML format. This script fetches the entries and stores them in a dictionary keyed by date.