
| Source File or URL: | Submitted By: | Description: |
|---|---|---|
| letter_arranger.py | Matthew D. Wood | |
| chgnm.py | lonetwin | Used for renaming/organising my mp3 files. (More info in the source file.) |
| celsiusfarenheit.html | Rob Andrews | A questionably brief demonstration of how to convert Celsius to and from Farenheit using Python. |
| gvr02.py | Guido van Rossum | |
| randpart.py | George Perry | |
| patwords.py | Tesla Coil | It accepts ordered pattern word substitutions, returns matching words from wordlist file. Rapidly toasts simple substitution ciphers with word divisions. Alternately, input of patterns consisting of C's and V's returns consonant/vowel patterns. |
| addurl.py | lonetwin | Used to transfer urls from the console to X (to view the url in netscape) |
| mapselect.py | Koen Bossers | Here's my script that lets the user create a "clickable map". It uses Tkinter to select rectangles on a user-selected picture. The user can assign functions to these rectangles. The script then saves all the info as a class that the user can use in his or hers own scripts. |
| comm.py | Gary Rich | Simple serial IO module (see code comments) |
| addnum.html | Rob Andrews | This useless math script was the very first Useless Python contribution. |
by Rob Andrews