A few simple programs

Here are some simple programs I have written or taken care of, mostly written in Python. The following programs are there:
Then there are some programs that I have put on my server because either they don't have any official repository or I have tried to contact the authors but got no answer.
The programs are contained in my git repository.

To compile the Python programs you need to do the following:
$ python setup.py build
$ su
# python setup.py install
Most of the following packages are needed on Debian systems for the programs to work properly.

python-qt4
python-qwt5-qt4
python-serial
python-parallel


The source code is was managed with Subversion (SVN) but I have moved completely to Git. To browse the old repository code, click on:
http://195.198.146.229/websvn/

To download the code, do the following:

svn co svn://195.198.146.229/ProgName/trunk ProgName