Tkinter: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == Python graphic library tkinter 내용 정리 == See also == * https://wiki.python.org/moin/TkInter category:python") |
|||
Line 3: | Line 3: | ||
== See also == | == See also == | ||
* https://wiki.python.org/moin/TkInter | * https://wiki.python.org/moin/TkInter - Tkinter documents | ||
* http://zetcode.com/gui/tkinter/ - Tkinter tutorial | |||
[[category:python]] | [[category:python]] |
Revision as of 22:56, 23 November 2016
Overview
Python graphic library tkinter 내용 정리
See also
- https://wiki.python.org/moin/TkInter - Tkinter documents
- http://zetcode.com/gui/tkinter/ - Tkinter tutorial