Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T15:53:45.000Z (about 4 years ago)
- Last Synced: 2024-11-16T20:43:56.982Z (3 months 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=enThanks,
HAPPY CODING........With Regards,
Deepraj Baidya.