This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from tkinter import * | |
'''Thank you for coming here... | |
May Dazzler's light shine upon u all..''' | |
root =Tk() | |
root.geometry("350x350+300+300") | |
root.resizable(0,0) | |
root.title("Dazzler's Calculater v1.0") | |
root.wm_iconbitmap("k.ico") | |