X Python Newsreader Download
Wednesday, June 4th, 2008XPN (X Python Newsreader) is a graphical newsreader written in Python with the GTK+ toolkit. With XPN you can read/write articles on the Usenet with a good MIME support (better
XPN (X Python Newsreader) is a graphical newsreader written in Python with the GTK+ toolkit. With XPN you can read/write articles on the Usenet with a good MIME support (better
Smart pluralisation script has a function that provides more intelligence than simply adding an ’s’ to the end of a word.
This script will decorate every letter in a string with a random color and a random font. The output is in HTML.
This script provides "Registry", a Windows registry wrapper class that makes it easy to work with the Windows registry.
The class works with an inner
Gump3 is a specialized mp3 player that lets you precisely and easily navigate to parts of an mp3 file and play it.
It was designed for playing foreign language tap
Finding the last item in a loop script shows you a method to detect the last item in a loop.
Download from:
This script uses the SNTP protocol (as specified in RFC 2030) to contact the server specified in the command line and report the time as returned by that server.
This script go thru directory tree and looks for files of specified pattern, and then replace in those files a string with new one, overwriting old file without backups.
This simple notebook class allows you to organize single-toplevel Tkinter apps in a notebook-like fashion, associating each tab to an app, in a way which requires minimal chang
This script works by adding commas to the first contiguous group of digits. It could fail with some odd-ball format that puts extra digits before the number.