目录 start
目录 end
|2018-07-08| 码云 | CSDN | OSChina
【GUI】
GTK3
- 自从忘掉如何安装后, 就不会安装了!!!
Tkinter
安装
- python2:
sudo apt install python-tk
- python3:
sudo apt install python3-tk
引入
- python2:
import Tkinter
|import Tkinter as tk
|from Tkinter import *
- 但是python3.5的环境下,
import tkinter
才是正确的
PyQt
kivy
wxPython
坑多