https://github.com/deepraj02/improved-computing-machine-calc-
This is a GUI calculator made using Python's Tkinter module
https://github.com/deepraj02/improved-computing-machine-calc-
calculator dev gui python3 student-project tkinter
Last synced: 9 months ago
JSON representation
This is a GUI calculator made using Python's Tkinter module
- Host: GitHub
- URL: https://github.com/deepraj02/improved-computing-machine-calc-
- Owner: deepraj02
- License: mit
- Created: 2020-12-18T17:03:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T15:53:45.000Z (over 5 years ago)
- Last Synced: 2025-01-17T14:35:15.123Z (over 1 year ago)
- Topics: calculator, dev, gui, python3, student-project, tkinter
- Language: Python
- Homepage: https://deepraj02.github.io
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hey Guys it's a python GUI (Made with Tkinter) Calculator project.
To Create the Application:-
1) Importing the module – tkinter
2) Create the main window (container)
3) Add any number of widgets to the main window
4) Apply the event Trigger on the widgets.
Let’s create a GUI based simple calculator using Python Tkinter module, which can perform basic arithmatic operations addition, subtraction, multiplication and division.
Have a Look at my code (main.py)......
Follow Me on :---
#GitHub - https://github.com/deepraj02
#Instagram - https://www.instagram.com/deeprajbaidya02/?hl=en
Thanks,
HAPPY CODING........
With Regards,
Deepraj Baidya.