PythonのTkinterモジュールは、PythonでGUI(Graphical User Interface)を作成するための標準ライブラリです。Tkinterは、シンプルで使いやすく、Pythonに付属しているため特別なインストールが不要で、多くの開発者にとって初めてのGUIライブラリ選択肢となります。
PythonでGUIを使ったアプリケーションを、ちょっと作ろうかなと考えたので、使えるパッケージはないかと調べました。 そうしたらTkinterとPySimpleGUIがあるらしいとのことで使ってみることに。でも、どちらでも以下のようなエラーが発生しました ...
Programmers can use the Tkinter library of the Python programming language to create Graphical User Interfaces for their programs that will use the look and feel of the operating system. The Tkinter ...