dynpinfo - A very flexible player information system for use with MOOs. Built to allow for the addition and customization of fields by wizards, and provides many hooks for customizing fields. Allows for single-line or multi-line fields; player-editable, wizard-editable, or display-only fields; and basically anything you can imagine. It uses Ashen’s $console for output, but this is very easy to remove and replace with whatever you want to use for fancy display.
Loquacious Etymologist - A simple program for generating made-up words that sound and look like they could be part of an actual language. The words are generated based on word lists. For example, a list of English words would allow the Etymologist to generate words that look and sound like English words. Loquacious Etymologist is written in Python 2.5 with full unicode support. It has a cross-platform GUI front end written using wxWidgets. While there’s more that the front end could do (as evidenced by the TODO list in the code), it supports all basic program operation.
virtualenv for fish - A fish port of bin/activate from virtualenv. It gives you functions that can be used to activate or de-activate virtual environments. Installation and use directions are at the top of the file.