`
scm002
  • 浏览: 309333 次
社区版块
存档分类
最新评论

Tkinter tutorial

 
阅读更多

http://zetcode.com/gui/tkinter/

 

 

Home

Tkinter tutorial

This is Tkinter tutorial. It covers the basics of GUI programming in Python with Tkinter. The tutorial is suitable for beginners and intermediate programmers.

Tkinter

Tkinter is a Python binding to the Tk GUI toolkit. Tk is the original GUI library for the Tcl language. Tkinter is implemented as a Python wrapper around a complete Tcl interpreter embedded in the Python interpreter.

Similar tutorials

There is a full Python tutorial on ZetCode. The original Tk toolkit in Tcl language is covered in Tcl/Tk tutorial. Tutorials for other GUI toolkits for Python language are PyQt4 tutorial, PySide tutorial, wxPython tutorial and PyGTK tutorial.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics