Skip to content

Instantly share code, notes, and snippets.

View FarhanDazzler's full-sized avatar
🎯
Focusing

Farhan Dazzler FarhanDazzler

🎯
Focusing
View GitHub Profile
@FarhanDazzler
FarhanDazzler / Dazzler's_cal.py
Created April 25, 2020 06:51
My first standalone application ps: calculator
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")