File Management



READBIN Download

Tuesday, June 3rd, 2008

READBIN is a Text Console-based program which reads a single Input File specified on the command line one character at a time and prints out a formatted hex "dump" re

MyPaint Download

Tuesday, June 3rd, 2008

MyPaint is a simple image editor that provides you a lot of options for customizing your images.

Features:

painting appl

Plone Drop Down Menu Download

Thursday, May 29th, 2008

Plone Drop Down Menu product allows managing multilevel drop down menus in Plone.

Drop down menu implemented by qPloneDropDownMenu Plone product is search engine f

Py_find Download

Tuesday, May 27th, 2008

Py_find script realises a powerful pattern search in files from actual directory or directory tree, with no indexing (thus it is always up-to-date) and quite fast. It is useful

Transposing a List of Lists Download

Monday, May 26th, 2008

This script allows you to transpose a list of lists of different lengths.
Download from:

IronPython fade-in window Download

Friday, May 23rd, 2008

This script describes how to create a fade-in window using IronPython.

Several applications use fade-in windows for temporary data e.g. new Outlook XP mail message

Gallerize Python Download

Friday, May 23rd, 2008

Gallerize creates a static XHTML/CSS image gallery from a bunch of images.

Features:

Makes use of the great Python Imagi

Getting uptime in windows 2000/NT/XP Download

Wednesday, May 21st, 2008

This script returns a datetime.timedelta instance representing the uptime in a Windows 2000/NT/XP machine.
Do

Single-pass Multiple Replace Download

Tuesday, May 20th, 2008

This script shows you how to use the Python standard re module to perform single-pass multiple string substitution using a dictionary.

Search & Replace Download

Tuesday, May 20th, 2008

This collection of Python scripts demonstrates how to perform a search-and-replace on a plain text file.