Skip to content

PythonGUI

kcp edited this page May 16, 2019 · 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|2019-05-09 20:31|


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