Text Tools



End-of-line format converter Download

Monday, June 23rd, 2008

This script translates text files from one EOL convention ( on Unix, on Mac, or on Windows) to another. It automatically detects the current os’es format, and can recursively s

Getting items in batches Download

Friday, June 20th, 2008

This script is useful when you want to get the items from a sequence (or other iterable) a batch at a time, including a short batch at the end if need be.

HTTP Based Network Check for Windows boxes Download

Thursday, June 19th, 2008

This script is a demonstration of how the Python HTTP server classes can be used.
Download from:

IPv6 Multicast Download

Tuesday, June 17th, 2008

IPv6 can be tricky in many ways, and multicast makes it even more fun. This script is intended to give you a working implementation to start from.

AWK like text processing Download

Thursday, June 12th, 2008

AWK is a text processing language that makes it easy to "search files for lines [...] that contain certain patterns. When a line matches one of the patterns, awk performs

Pyvon Download

Tuesday, June 10th, 2008

Pyvon is an editor for POV-RAY that works under Linux. It is written with Python & Tkinter (which is included in most Linux distributions). The editor also works with Windo

Indices of a SubString in a Given String Download

Monday, June 2nd, 2008

This script uses string.index(sub) function which returns a list of indices of ALL occurances of a substring in the string.

Read a file text backwards Download

Saturday, May 31st, 2008

This script provides a class which will read a text file in reverse… It basically reads a block of data from the end of the file as a list and keeps popping items off of that

EAN Bar code image generator Download

Tuesday, May 20th, 2008

This class generates EAN bar code and requiree PIL (python imaging library) installed.
If the code has not checksum (12 digits), it is added automatically

Text Fader Download

Monday, May 19th, 2008

This script could be used when you want to generate a text fading effect for your web pages. The script will generate the HTML file with the faded text for any text and fades t