Archive | Openbox RSS feed for this category

Taming the Python

17 November 2009

2 Comments

Taming the Python

Hey Guys, I’ve been learning some python over the last few weeks, thought I would give it coding a Openbox Pipe Menu a go. It’s not very useful and some of the guys in the Crunchbang Forums helped me to fix my bugs. Here is the code: #!/usr/bin/env python -W ignore::DeprecationWarning import sys import cgi import twitter if __name__ == "__main__": [...]

Continue reading...