Python 2021 advent calendar day 16,17
画面デザイン
とりあえずVisual Studioのデザイナで必要そうなものを適当に並べてデザイン案
TKinterで画面のみ(Windows)
import tkinter as tk
root = tk.Tk()
root.titl...
Python
Python
Python
Python
Python
Python
Python
Python
Python
Python