ニュース

今回は、Pythonに標準でインストールされているGUIライブラリTkinterを利用して、画面に図形を描画してみよう。 Tkinterとは?
「Tkinter」というGUIライブラリを利用することで、PythonでもデスクトップのGUIアプリを作成できる。 その方法を解説しよう。 最初に、すべての基本となる「1枚のウインドウを表示するだけのアプリ」をPython+Tkinterで作りましょう。
「デスクトップアプリをPythonとTkinterを使って作ろう」というのが本特集のテーマです。はじめに、デスクトップアプリ、Python、そしてTkinterとは何かを確認しましょう。 デスクトップアプリとは? デスクトップアプリは「アプリ」の一形態です。 アプリは「アプリケーション」の略で、Windowsや ...
Pythonには、標準でWindows/macOS/Linuxのデスクトップ向けアプリを作成するTkinterというライブラリが備わっている。
Tkinter is a built-in Python module used to create graphical user interfaces (GUIs). It serves as a wrapper between Python and the Tk GUI toolkit created by Tcl/Tk. Tkinter provides various GUI ...
Python Imaging Library, tkinter-png is very lacking, not even able to rotate images (yet). - Speed: Although it has been optimised several times and is now about 250% faster than it once was, there is ...