Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions My cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ def equlbut():
operator=''

def clrbut():
textin.set('')
global operator
operator = ""
textin.set("")


metext=Entry(me,font=("Courier New",12,'bold'),textvar=textin,width=25,bd=5,bg='powder blue')
Expand Down Expand Up @@ -94,5 +96,3 @@ def clrbut():
butequal=Button(me,padx=151,pady=14,bd=4,bg='white',command=equlbut,text="=",font=("Courier New",16,'bold'))
butequal.place(x=10,y=380)
me.mainloop()


6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Calculator-in-python3-tkinter
# Python GUI Calculator
Using Tkinter GUI Lib.
## Screenshot:
[![Screenshot](ScreenShot.png)]()
***
Binary file added ScreenShot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.