LeMMA 0.8 is now available as an alpha version. A more ‘contemporary’ look-and-feel has been adopted for this version. I’ve also added various usability improvements (e.g. keyboard navigation using arrow keys), and some attempts at supporting the Mac platform better. A new .ini-like configuration file format is used, using the built-in Python config file parsing [...]
Archive for July, 2009
LeMMA 0.8 alpha release
Posted in music, my software, python, tagged LeMMA on July 27, 2009 |
Some notes on the current state of Python/Tkinter
Posted in linux, python, Ubuntu, tagged linux, python, Ubuntu on July 20, 2009 | 2 Comments »
I’ve been working on enhancing the user interface of my LeMMA app, which is written in Python/Tkinter. This discusses some of my thoughts while researching the current state of the art with regards to using Tkinter. Why did I choose Tkinter when there are other widget libraries that looks better and works natively? My decision [...]
Colorful bash prompts and line-wrapping problem
Posted in linux, tagged linux on July 14, 2009 | 3 Comments »
Having been using git for some time now, I decided it was time I get comfortable with branching. I was trying to configure a color bash prompt that can tell me which git branch I’m currently in (using “__git_ps1″), with a color indicator to tell me whether the working directory is dirty or not. There [...]