一個(gè)Python GUI神器,雙手徹底解放!
點(diǎn)擊上方Python知識(shí)圈,設(shè)為星標(biāo)
回復(fù)100獲取100題PDF
閱讀文本大概需要 5?分鐘
▍什么是PySimpleGUI?

▍PySimpleGUI示例展示
import?PySimpleGUI?as?sg
layout?=?[[sg.Button(f'{row},?{col}')?for?col?in?range(4)]?for?row?in?range(4)]
event,?values?=?sg.Window('List?Comprehensions',?layout).read(close=True)










▍運(yùn)行環(huán)境

python?-m?pip?install?PySimpleGUI
python3?-m?pip?install?PySimpleGUI
python?-m?pip?install?--upgrade?--no-cache-dir?PySimpleGUI
python3?-m?pip?install?--upgrade?--no-cache-dir?PySimpleGUI
往期推薦 01 02 03
↓點(diǎn)擊閱讀原文查看pk哥原創(chuàng)視頻
我就知道你“在看” 

評論
圖片
表情
