こちゃてすです。今回はPythonの勉強で使用した、GUIの作成ソフトについて書きたいと思います。 そもそもGUIって何? グラフィカルユーザーインターフェースのことです。 一番身近でいうと、スマートフォンのホーム画面などでしょうか。 アイコンなどを ...
ラズパイはミニPCの一つですが、WindowsなどのOSと趣旨が違いより外部機器とやり取りしやすい構造になっています。例えばカメラモジュールは取り付けてちょっと初期設定をすれば、Python等から比較的簡単に操作できます。 ところで、外部機器とやり取り ...
「Tkinter」というGUIライブラリを利用することで、PythonでもデスクトップのGUIアプリを作成できる。その方法を解説しよう。 最初に、すべての基本となる「1枚のウインドウを表示するだけのアプリ」をPython+Tkinterで作りましょう。プログラム(ソースコード ...
This code implements a simple GUI form using Python's Tkinter library, which is integrated with an Oracle database using the cx_Oracle module. The form collects basic user information, such as first ...
A Python Tkinter-based interactive periodic table application that allows users to explore chemical elements, learn their properties, and test their knowledge with a built-in quiz mode. This app ...
So far we have seen labels, buttons, images, etc in Python’s built-in toolkit Tkinter. With any of the widgets, we were using a method called pack(). And if you are like me you would love to explore ...
ところで、『デスクトップアプリ』とは何だろうか。WindowsやmacOSなどパソコン上で動作するアプリのことだ。昨今、アプリと言えば、スマートフォンを対象にしたアプリを指すことが増えた。そこで、スマホアプリに対して、パソコンで動作するアプリを ...