Skip to content

PythonGUI

kcp edited this page Oct 13, 2020 · 3 revisions

title: PythonGUI date: 2018-12-13 16:02:20 tags: - GUI categories: - Python

目录 start

  1. GUI
    1. GTK3
    2. Tkinter
    3. PyQt
    4. kivy
    5. wxPython

目录 end|2020-09-18 19:39|


GUI

GTK3

Official Doc | pygtk
pygtk wiki

Tkinter

Offcial Site | Official Doc

Python - GUI Programming (Tkinter)

Python GUI examples (Tkinter Tutorial)

安装

  • 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

官网 Kivy中文编程指南

wxPython

坑多

Summary

Clone this wiki locally