こちゃてすです。今回はPythonの勉強で使用した、GUIの作成ソフトについて書きたいと思います。 そもそもGUIって何? グラフィカルユーザーインターフェースのことです。 一番身近でいうと、スマートフォンのホーム画面などでしょうか。 アイコンなどを ...
「Tkinter」というGUIライブラリを利用することで、PythonでもデスクトップのGUIアプリを作成できる。その方法を解説しよう。 最初に、すべての基本となる「1枚のウインドウを表示するだけのアプリ」をPython+Tkinterで作りましょう。プログラム(ソースコード ...
Py2Exe_Converter is a free, professional & lightweight Windows desktop application that converts Python scripts (.py files) into standalone executable files (.exe) so anyone can run your Python ...
After finishing coding your app, go ahead first install pyinstaller ...
なんとかできるようになってきた。 でも、そこで次の疑問が出てきた。 これ、誰が使うんだ? プログラムは動く。でも、それじゃ足りなかった Pythonで作った処理は、 自分がターミナルから実行すれば動く。 でも、業務改善をやりたかった自分にとって ...
In this tutorial, we’ll explore how to create and customize a Tkinter window in Python. You’ll learn how to change the window’s title, resize it, set transparency, modify the stacking order, and even ...