Monday, August 27, 2007

Python C3D Motion Capture to CSV File Converter

Here is a script I wrote by taking a Blender plugin I found and converting it to a standalone Python program for converting a C3D motion capture file into a comma separated value (CSV) file. Have fun with it!

c3d_convert.py

Wednesday, August 15, 2007

Python XM Radio Online command line player

I have always been a bit annoyed with how tedious it is to listen to XM Radio by streaming it from XM Radio Online, so I have finally written up a basic Python program to do it.

This code is based on the bash script I found that is mentioned in this blog page:
http://www.dragonboricua.net/2006/08/17/xm-radio-on-linux/

I don't really like using bash anymore for anything but a few lines of scripting, so I rewrote most of that in Python. My intention is to write a wxPython interface to display the song info and allow changing channels. But that is for later...

In its current incarnation this program only plays on Windows, and only uses Winamp. And it may have other limitations and errors. If you end up using it and/or changing it, let me know.

To run this you will need the following files:

This page is powered by Blogger. Isn't yours?