ニュース

今回は、Pythonに標準でインストールされているGUIライブラリTkinterを利用して、画面に図形を描画してみよう。 Tkinterとは?
PythonでGUIを作成するためのモジュールです。 僕がお世話になっている、Nintendo Switch自動化ソフトのPoke-ControllerもtkinterによるGUIで構成されています。
macOSでPythonのTkinterを使うときの注意点を記録しておきます。特にダークモードで使うときは知っておくと良いかも。 import tkinter as tk として使う子ことが多いと思います。(私はそうでした)すると、以下の質問にあるようなことが起こりました(ダークモード)。 ボタンの表示の異常です。試しに ...
「デスクトップアプリをPythonとTkinterを使って作ろう」というのが本特集のテーマです。はじめに、デスクトップアプリ、Python、そしてTkinterとは何かを確認しましょう。 デスクトップアプリとは? デスクトップアプリは「アプリ」の一形態です。 アプリは「アプリケーション」の略で、Windowsや ...
Pythonには、標準でWindows/macOS/Linuxのデスクトップ向けアプリを作成するTkinterというライブラリが備わっている。
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 ...
It's a tutorial for Python Tkinter module. We will go through from the very basic of Tkinter module usage to more advantaced such as building a mock application UI. This tutorial is in the format of ...
In this article, we will be exploring Tkinter - python GUI programming tool. We will explore how we can deploy a machine learning model and check real-time predictions using Tkinter.