Imgv application allows you to manage images.
It includes GUI, file browser, slideshows, zooming, on the the-fly Exif viewing, histograms, fullscreen support, wallp Read the rest of this entry »
Imgv application allows you to manage images.
It includes GUI, file browser, slideshows, zooming, on the the-fly Exif viewing, histograms, fullscreen support, wallp Read the rest of this entry »
This script uses a function decorator to tell when and how a function should be logged. All kinds of things can be logged automatically, including the function arguments and (t Read the rest of this entry »
The Data Mine is a search engine designed to give users an unusually powerful interface. It is designed around human-computer intelligent interaction (making the computer a too Read the rest of this entry »
This script is a wrapper for CVS that allows versioning the content of OpenOffice.org documents. It does not store the original archive in CVS, but it extracts the content into Read the rest of this entry »
Often it is useful to use a dictionary to store information where the order of that information matters. In Python, one must usually keep a list of keys and pass the list along Read the rest of this entry »
Chat Relater is a tool consisting of two command-line scripts:
This script is a portable class to carry out all sorts of validation on strings. It uses regular expressions to carry out common validation procedures.
Read the rest of this entry »
This module provides several functions that can encode and decode a string. It also has a function called partition for designing faster algorithms.
Read the rest of this entry »
IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about both movies and people. Platform-independent and written in pure Python (and Read the rest of this entry »
This module provides two standard Tkinter widgets, Entry and ScrolledText, modified for text editing with key bindings that allow entering accented letters, umlauts, etc.