Windows and Buttons in Python – Ten Lines of PyGTK

It’s easy to write grahical user interface with python. Write twindow to a text file, then run it. $ nano twindow.py $ python twindow Do you see a window? Does it print some text to command line when you click … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Comments Off on Windows and Buttons in Python – Ten Lines of PyGTK

2dresize – Precise Window Placement without 3D Acceleration

Coding? Want to see browser on the left and code editor on the right? No problem, 2dresize can position your windows so that your display is excactly halved. Edit: You need 2dresize when running 10.04 LTS. Starting at Ubuntu 11.04, … Continue reading

Posted in Uncategorized | Tagged , , , , , | Comments Off on 2dresize – Precise Window Placement without 3D Acceleration