background preloader

UI

Facebook Twitter

Rossant/galry. TkInter. Tkinter is Python's de-facto standard GUI (Graphical User Interface) package.

TkInter

It is a thin object-oriented layer on top of Tcl/Tk. Tkinter is not the only GuiProgramming toolkit for Python. It is however the most commonly used one. CameronLaird calls the yearly decision to keep TkInter "one of the minor traditions of the Python world. " Kivy. Pywebkitgtk. Ghost.py. First of all, you need a instance of Ghost web client: from ghost import Ghost ghost = Ghost() Ghost provide a method that open web page the following way:

ghost.py

PyGTK.