SHOT.py: dead simple cross platform blogger client

Monday, November 29th 2004
Since I *detest browser editors*, I set out to find a nice, simple blogging tool. I was looking for a win32 client, preferably GPL. But alas. As I didn't find any, I wrote my own. Using "python":http://www.python.org, "wxPython":http://wxpython.org and "wax":http://zephyrfalcon.org/weblog/arch_Wax.html. h3. wax Since wx is so stupidly complex, I found wax, which wraps wx into something usable. Wax is pretty neat. It's cross platform, so now I can keep a SHOT icon on every desktop and I can pour my heart out whenever I want. Wee. h3. Screenie and code Here's what it looks like: !!files/shot1.png! (I didn't say it was pretty ;) You may download the "superior code":/~havardda/files/shot1.py Check it.