こちゃてすです。今回はPythonの勉強で使用した、GUIの作成ソフトについて書きたいと思います。 そもそもGUIって何? グラフィカルユーザーインターフェースのことです。 一番身近でいうと、スマートフォンのホーム画面などでしょうか。 アイコンなどを ...
これから、tkinterを使ってアプリケーションを作るのに必要なことを 少しづつ説明していくつもりです。 今回は、そのときに必要な基本的な考え方を説明します。 画面がどのように作られているのか。 ボタンなどを押したとき、どの用に動作しているのか ...
「Tkinter」というGUIライブラリを利用することで、PythonでもデスクトップのGUIアプリを作成できる。その方法を解説しよう。 最初に、すべての基本となる「1枚のウインドウを表示するだけのアプリ」をPython+Tkinterで作りましょう。プログラム(ソースコード ...
先日、Windows 10標準の電卓アプリがオープンソースで公開されて話題となった。筆者も気になってソースコードを覗いてみた。電卓は実用的なアプリである上に、それほど難しいわけではないので、実際に作ってみると、プログラミング技術のレベルアップに ...
Tkinter is a lightweight, portable, and easy-to-use graphical toolkit available in the Python Standard Library, widely used to build Python GUIs due to its simplicity and availability. This book ...
In any Tkinter program, the first thing you need is a window. This window will act as a container for your app. This line brings the Tkinter library into your program. We give it the nickname tk so we ...
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 ...
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする