Multithreading in pygtk/gtk+

I started making an application/desktop widget for twitter! I made this thing which I call “tweetBox“! It’s just this widget/application written in python using pygtk/gtk+ for GUI, using which you can tweet! Only tweet! It was easy. No messed up … Continue reading

Controlling Banshee Media player with Python using multiprocessing and threading

banshee-control gist   Whenever I have tried to control Banshee Media Player using terminal, I always had to use two terminals! One for the main process and other for sub process such as ‘banshee –pause’,etc. So, I always wanted to … Continue reading