segunda-feira, 3 de setembro de 2007

My First Python Awn Applet

As I said on the preview post I started testing the Python awn bindings. I've now managed to make a simple (simple a lot) clock. It doesn't have support for themes (Yet), Doesn't have any configuration or dialog(Yet), but it seems to work preety well.
A Screenshot of it:



Before any bad comments, I'm not a python programmer and I'm not a programmer at all.

I'm doing it mainly for learning more about python and cairo. The applet still need looooots of improvents, one of them is that I need to figure out how to convert a cairo surface into a gtk pixbuf, now I have to save from the surface to a png and then load it to a pixbuf (ugly a lot!).

You can download it Here. (Sorry about rapidshare but I could not think of any other place to upload it.). To install just run ./install.sh that it should be all set.

Thanks you all, Hope you like it. Any suggestions the comments are here bellow. Bye

1 comentários:

Michael disse...

Doesn't seem to work for me, Probs missing a library, i'll go take a look at your list of imports and see if I am missing anything. Nice little project tho.