PyGTK Shell 0.9.0 ================= The PyGTK Shell is a framework making Python applications open to realtime programmatic intervention by its users. This is just the right tool for Python-programming control freaks. http://felixrabe.textdriven.com/pygtk-shell/ Have a look at the code, it shouldn't be too hard to grasp if you know Python and PyGTK. Principal author ================ Felix Rabe Please send feedback, bugs, usage examples, code for new features, questions, anything. On request (has not happened so far), I'll gladly open a mailing list or an IRC channel on FreeNode. My personal involvement after 0.9.0 will pause for a while since I'm starting studies (see bottom of doc/HACKING.txt, section "Hacking Felix"). License ======= GNU General Public License, version 2.0 or later. See COPYING.txt. Requirements ============ Python 2.4.0 -- http://www.python.org/ or: http://www.activestate.com/Products/ActivePython/ GTK 2.8.0 -- http://www.gtk.org/ for win32: http://gimp-win.sourceforge.net/ PyGTK 2.8.0 -- http://www.pygtk.org/ PyWin32 (on win32) -- http://sourceforge.net/projects/pywin32/ (only needed on MS Windows; included in ActivePython) Installation ============ To install, just (view and) extract the archive somewhere. Stay in the created directory for experiments - there is no need to further install anything. Run pygtk_shell.py and enjoy. The Future ========== See doc/TODO.txt and help implement the features!