-
Notifications
You must be signed in to change notification settings - Fork 22
Major Updated and fixes #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
made the GUI better with updated code base and fast execution...
- Updated the code - Updated the UI - Included README
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviews Done...
|
||
|
||
if __name__ == "__main__": | ||
calculate() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall approach was Nice but The GUI sucks
b.pack(side=BOTTOM,padx=3,pady=4,anchor=W) | ||
f1.pack(anchor=S) | ||
|
||
root.mainloop() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
more accurate and charming GUI with fast execution of the Program
|
||
|
||
# $ Thanks Note | ||
f1 = Frame(root, bg="#EE5537", height=10, width=15) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added Frames to make the GUI more attractive
f1.pack(anchor=NW) | ||
|
||
# * Third row Buttons | ||
f1 = Frame(root, bg="#EE5537", padx=0, height=20, width=30) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added Nice Colours to the Buttons
@@ -0,0 +1,144 @@ | |||
from tkinter import * | |||
import tkinter.messagebox as tmb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also added tkinter.messagebox for popup notifications
I completely changed the UI and code base of this Calculator
Some MAJOR fixes are:-
-Updated UI