KindIRC/kindirc.py
2025-01-04 21:41:14 -08:00

4 lines
79 B
Python

import tkinter as tk
root = tk.Tk()
root.geometry("1072x1448")
root.mainloop()