tkinter.Tkを継承するclassを作成する。 イニシャライザ第一引数にself、第二引数に可変長引数*args、 第三引数に可変長引数**kwargsを設定する。 class Application(tkinter.Tk): def __init__(self, *args, **kwargs): tkinter.Tk.__init__(self, *args, kwargs) ...
早いもので7月に入り今年も半分終わりました。先週もものすごい暑さで私は少しバテ君味でした。バランス良い食事や睡眠多めにしてこれからの季節を乗り切りたいと思います。 皆さんも体調には、くれぐれもお気をつけ下さい。 しばらく間があきまし ...
プログラミングの腕を磨くために、ゲーム制作に挑戦するのは、とても良い方法だ。なぜなら、ゲームは遊ぶだけではなく、作るのも楽しいので、楽しみながら、プログラミングを覚えることができるからだ。 そのため、Pythonを身につけようと思って ...
「Tkinter」というGUIライブラリを利用することで、PythonでもデスクトップのGUIアプリを作成できる。その方法を解説しよう。 最初に、すべての基本となる「1枚のウインドウを表示するだけのアプリ」をPython+Tkinterで作りましょう。プログラム(ソースコード ...
y_scroll = tkinter.Scrollbar(frame1, orient=tkinter.VERTICAL, command=canvas.yview) #縦ならVERTICAL、横ならHORIZONTAL y_scroll.pack(side=tkinter.RIGHT, fill="y ...
This is Conway's Game of Life - a grid of live and dead cells that evolve according to simple rules: A live cell stays alive only with 2 or 3 live neighbors. A dead cell becomes alive with exactly 3 ...
So far we have seen labels, buttons, images, etc in Python’s built-in toolkit Tkinter. With any of the widgets, we were using a method called pack(). And if you are like me you would love to explore ...
Why Do You Need To Set Options Anyway? Well, imagine you’ve got a button or label, and you want it to say something cool like, “Hello, World!” or display an image or have a specific font style. To ...
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする