(*1)ではtkinterのライブラリを取り込む。 Python3.xでは「tkinter」と全部小文字で書くのが正式なライブラリ名だ。 Python2では「Tkinter」と一文字目だけ大文字だった。 ネット上にあるTkinterの資料の中には、Python2のもので古い資料であることが多いので注意しよう。
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 ...