You are herepython

python


Pre-processing your .QIF for GnuCash with python - use regex and a flat DB to add categories to transactions

By dgtlmoon - Posted on 21 November 2006

GnuCash is an excellent linux based accounting package, it is modelled very closely to traditional two-column accounting methods but has lots of functionality like generating invoices, tracking clients and all the other things you'de expect from a package to run your finances.

Listen to /dev/dsp and record to MP3 when there is some sound to record

By dgtlmoon - Posted on 04 October 2006

Something I wrote for a small project, initially designed to listen my radio scanner via /dev/dsp and record when it hears something, this uses python and some threads to launch instances of 'lame' encoder and then insert them into MySQL.

The app has a threshold for incomming sound levels and starts recording when the threshold is reached, there is also a setting for time-distance between hearing things so you dont end up a billion little mp3s because the audio is dropping out, just a nice long mp3.