Pythonは、シンプルで強力なプログラミング言語として広く利用されていますが、実際にアプリケーションを作成する際には、ユーザーとインタラクションできる「グラフィカルユーザーインターフェース(GUI)」が必要になることがあります。そこで登場 ...
これから、tkinterを使ってアプリケーションを作るのに必要なことを 少しづつ説明していくつもりです。 今回は、そのときに必要な基本的な考え方を説明します。 画面がどのように作られているのか。 ボタンなどを押したとき、どの用に動作しているのか ...
Last time, I assembled a Python object representing a Rigol oscilloscope. Manipulating the object communicates with the scope over the network. But my original goal was to build a little GUI window to ...
Code below has 1 major and 1 minor problem. Major issue is, once you push the button it visually stays pushed. Minor problem is, I run this in Cygwin. I've got an rxvt window behind the Tk window.