Skip to content

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

deepraj02
Copy link

I completely changed the UI and code base of this Calculator

Some MAJOR fixes are:-
-Updated UI

  • included README
  • Included a Icon
    • fixed and updated the code

made the GUI better with updated code base and fast execution...
- Updated the code 
- Updated the UI
- Included README
Copy link
Author

@deepraj02 deepraj02 left a 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()
Copy link
Author

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()
Copy link
Author

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)
Copy link
Author

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)
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant