Text Editors



X Python Newsreader Download

Wednesday, June 4th, 2008

XPN (X Python Newsreader) is a graphical newsreader written in Python with the GTK+ toolkit. With XPN you can read/write articles on the Usenet with a good MIME support (better

Smart pluralisation Download

Monday, June 2nd, 2008

Smart pluralisation script has a function that provides more intelligence than simply adding an ’s’ to the end of a word.

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.

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

Gump3 Download

Wednesday, May 28th, 2008

Gump3 is a specialized mp3 player that lets you precisely and easily navigate to parts of an mp3 file and play it.

It was designed for playing foreign language tap

Finding the last item in a loop Download

Monday, May 26th, 2008

Finding the last item in a loop script shows you a method to detect the last item in a loop.
Download from:

Simple SNTP client Download

Monday, May 26th, 2008

This script uses the SNTP protocol (as specified in RFC 2030) to contact the server specified in the command line and report the time as returned by that server.

Replace occurrence of string in files Download

Sunday, May 25th, 2008

This script go thru directory tree and looks for files of specified pattern, and then replace in those files a string with new one, overwriting old file without backups.

A simple Tkinter notebook-like widget Download

Saturday, May 24th, 2008

This simple notebook class allows you to organize single-toplevel Tkinter apps in a notebook-like fashion, associating each tab to an app, in a way which requires minimal chang

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.