KindIRC/kindirc/kindirc.py

4 lines
88 B
Python
Raw Normal View History

2025-01-04 21:07:47 -08:00
import tkinter as tk
root = tk.Tk()
root.attributes('-fullscreen', True)
root.mainloop()