Some Python programs/utils that I have made and thought that someone else might
find them useful also:
- pathname a program that displays the full pathname
of its argument, useful for cut+paste between xterms
- mk converts it's argument from Euros to Finnish Markkas
- euro converts it's argument from Finnish Markkas to Euros
- editline class for line-editing, useful if you
don't have the gnu readline installed
- stdlog class that grabs all output to sys.stdout
and sys.stderr to a file (and possibly displays it to sys.stdout also)
- spython Static Python, howto pack the python
interpreter and all needed libraries to a single file
- genpages a simple HTML thumbnail creation tool
- flipleft and flipright are
tools to turn pictures 90 degrees left or right
- windchart a program that fetches weather data
and displays a graphic chart
- genjavaimports create Python stubs from Java classes using Jython (useful for running pychecker with Jython)
If you find something useful here I'd be happy to
hear about it.