Note: Stuff is being ported and reorganized, various links are broken right now
Unicode tool Looks up unicode characters, dissects unicode strings, and such
Status: does what I need
(no link yet) Python animated compressed GIF creator
Status: GIF parsing mostly done, LZW compression mostly done. Needs final work.
Phonetic translation Translate between IPA, X-SAMPA, and LaTeX's tipa denotiation that typesets IPA
Status: did what I wanted, hasn't been updated since then
Morpheme decomposer Explains that omphaloskepsis is the contemplation of one's navel.
Status: plaything, I occasionally add a few morphemes.
Text transformations Some useful conversion of text codings, some random stuff
Status: proof of concept, rewriting
text de-mangler Try to restore text that was mangled through multiple text coding schemes
Status: proof of concept, rewriting
Line simplification Testing a Douglas-Peucker implementation.
Status: not part of anything larger yet
Grapher/plotter
Example 1 - semi-random function
Example 2 (frequency mapping related test) i>General purpose plotting (to be made handy) li>

Example (random data, line)
Example (random data, filled area)

Example (one-color bars)
Example (edge bars)
Example (random data, impulse bars)

Example (scatterplot)
Status: