Open Source projects

pydance

pydance is a dancing simulator / rhythm game written entirely in Python using Pygame. Its previous maintainer has moved on, leaving me the maintainer-by-default. The latest release is 1.1.0, available only in source code form at the moment, though it has been built for a number of Linux distributions.

Utilites

dance2ps

dance2ps is a stepchart plotter that uses pydance step file parsing code to generate a PostScript stepchart.

Useful (to me, and possibly others) scripts

pdfcolsplit

pdfcolsplit is a simple bash script for splitting a PDF document into grayscale and color sheets to save on printing costs for documents that are mostly monochrome with a small number of color figures. Requires GNU Coreutils, ImageMagick, and Poppler library’s utilities. Run pdfcolsplit.sh -h for usage information.