「Tkinter」というGUIライブラリを利用することで、PythonでもデスクトップのGUIアプリを作成できる。その方法を解説しよう。 最初に、すべての基本となる「1枚のウインドウを表示するだけのアプリ」をPython+Tkinterで作りましょう。プログラム(ソースコード ...
簡単にプログラムが作れるように解説していきます。 何か分からないことや、困ったことがあったら 直感的に操作しやすいものとなっていますね。 同じように、上のマルバツゲームを直感的に 操作しやすいゲームに作り替えようと思うと、 GUI ...
Tkinter is a Python library that provides a simple and efficient way to create graphical user interfaces (GUIs). It's included with most Python installations, making ...
ついにあと1つで30個到達です。 ということで今回は、軽量(早く動く)アプリとはどんなものかを計測するツールを作りました。 つまり使っているアプリにおいて、使っているメモリの使用量がわかるアプリです。 開発者にとっては、軽量で動く ...
What this code does: This code allows you to import this either as a class (if you put the code into one) or just as a stand alone file. Editable parts: Anything in the code that may require the user ...