Downloads
Here you can find projects of mine to download. All are provided under the GNU General Public License
This is a simple Python IRC bot that parsed the DAoC server statistics XML and relayed them to IRC. It’s rudimentary, but may be useful to form the basis of an IRC bot in Python.
This is a multi-server IRC bouncer, written in Python. It uses select() for polling socket IO, and is a good example of some basic socket programming in Python.
This is a mod system for MMO guilds for managing raid attendance, loot distribution etc. Intended for use with /random commands in many MMOs. It is written in PHP with a MySQL back end. Somewhat similar to the DKP system.
An offline fitting tool for Eve-Online. It’s very outdated now, and it wasn’t that great to begin with. But for old-times sake! Note: Python’s very slow parsing of a very large number of XML files is bad.