python图形化之tkinter

king_TG / 2024-04-25 / 原文

一般python自带tkinter,但如果没有则需要自行安装

安装:sudo apt-get install python3-tk

安装:sudo apt install tk-dev