PythonのGUIライブラリであるtkinterを使ってなんか作ろうシリーズです。今回はなんと、ビンゴカードを作ってしまおうという訳です。 「あれ?ちょっとビンゴしたい感じじゃない?」 そう、そんな時ありますよね。でも手元にビンゴカードはない。そんな時 ...
連続投稿になりますが縮小画像を表示するだけで保存も何もできないのは非常に片手落ちになるため1:1表示と画像の保存機能を追加しました。 1:1表示をするのはサブウィンドウを開いて表示する方法にしたいのですが、tkinterのサブウィンドウは何も考えず ...
This repository contains a complete educational resource for creating professional, scalable dashboard applications using Python's built-in GUI framework. From basic widgets to advanced data ...
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 ...
This problem was first reported to the PySimpleGUI project in mid-May. We've been working to find work-arounds and to narrow down the problem as much as possible. Because tkinter 8.6.11 isn't ...