如何在python中导入tkinter

代码示例

11
0

tkinter python3

import tkinter as tk

obj = tk.Tk() # Creates a tkinter object
label = tk.Label(obj, text="This is a text button")
4
0

如何安装tkinter for python

# for pip and windows, in cmd, write:
pip install tk
4
0

安装tkinter

pip install tk
0
0

如何在python中导入tkinter

# only works in Python 2.x
import Tkinter

# only works in Python 3.x
import tkinter

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................