以下の内容はhttps://shuzo-kino.hateblo.jp/entry/2023/06/21/201516より取得しました。


tkinterで指定秒ごとに実行する処理

実際のところ

import tkinter as tk

def say_hello():
    print("Hello, world!")

root = tk.Tk()
root.after(2000, say_hello)  # 2秒後にsay_hello関数を呼び出す
root.mainloop()



以上の内容はhttps://shuzo-kino.hateblo.jp/entry/2023/06/21/201516より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14