Hi there!

Here are some of the results of my amateur programming efforts.
Everything here is written in Python; the programs ought to work on any decent unix system, except PhonoRipper which will probably work with linux only.
There are also some Tk wrapper modules, which will hopefully run on any platform supported by the underlying Tk libraries.

Any comments , bug reports and suggestions are highly appreciated .

Please contact: Michael Lange <klappnase (at) freakmail (dot) de>

PhonoRipper

Phonoripper is a gui tool for easy creation of audio-CDs from analog sources like vinyl records or tape cassettes .

Find 'Em All

FindEmAll is another graphical find-and-grep tool.

ScsiaddGui

A graphical user interface for the scsiadd - utility.
Insert your scanner to the running system without having to reboot - now with just a mouse-click.

PyFloppy

A nicer gui tool for formatting floppy disks.

BS Call Monitor

A small app for people using a router with BitSwitcher firmware.
Displays the list of incoming and outgoing phone calls and shows a notification on incoming calls in a nice Tkinter gui.

TkinterTreectrl

A python wrapper for the tktreectrl widget.

TkinterDnD

A (yet experimental) python wrapper for the tkDnD Tk extension (not to be confused with python's Tkdnd module!) that adds native drag and drop support to Tkinter.

TkinterDnD2

A (yet experimental) python wrapper for the tkDnD Tk extension 2.0 series that adds native drag and drop support to Tkinter.

Tix.Grid

A version of Python's Tix module that supports the Grid and ScrolledGrid widgets.