St Dom's Song Picker
This is the St Dom's Song Picker, version 1.3. Simply execute "St Dom's Song Picker Installer.exe" to install.
The source is available from a publicly readable subversion repository available at svn.rooijan.za.net/svn/sdsp. You will need:
- a python environment (This is a good place to get one).
- the wxPython GUI library. Available from here.
If you're on Windows and you want to use the included installer script, you will also need:
- makexe.py, included separately. This should be placed into your path somewhere for the build script to work properly. A good place to put it is the tools\scripts directory in your python installation directory, and then add that location to your path.
- the NSIS installer creation system. Grab it from here.
WARNING: A lot of the code is somewhat hackish and ugly. I don't care :-) The gui is also somewhat of a hacked together nature - I'll change that when I have time.
In the unlikely event that anyone wants to use this code, it is licensed under the Attribution-ShareAlike 2.0 license. This basically means that you are free to copy, distribute, display, perform, make derivative works and make commercial use of the work on condition that you give me credit. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one.
(In the spirit of giving credit, I lifted that license blurb directly from jerith's license page)
What this actually does is also (exceedingly loosely) described here.
The installer can be downloaded here
The source can be had via svn here.
makexe.py can be found here