ニュース

今回は、Pythonに標準でインストールされているGUIライブラリTkinterを利用して、画面に図形を描画してみよう。 Tkinterとは?
Last year, when I interviewed Guido van Rossum, I asked him about toolkits for doing graphical programming in Python, and he recommended Tkinter. He also pointed out that the current problem was a ...
今回からはTkinterというPythonのGUIライブラリを使って、GUIアプリケーションの使い方について学んでみたいと思います。