PythonGUI
Contents
💠
💠 2024-11-20 19:35:19
GUI
GTK
World / lollypop · GitLab
maoschanz/drawing: Simple image editor for Linux
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
在Terminal中输入:sudo apt-get install qt4-dev-tools qt4-doc qt4-qtconfig qt4-demos qt4-designer
|
|
kivy
wxPython
坑多
NiceGUI
CLI
Command-line interface
Textualize/rich: Rich is a Python library for rich text and beautiful formatting in the terminal.
Author Kuangcp
LastMod 2018-12-13