Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santosh2702/calculator-in-python-with-gui
https://github.com/santosh2702/calculator-in-python-with-gui
gui python
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/santosh2702/calculator-in-python-with-gui
- Owner: santosh2702
- Created: 2018-07-10T20:42:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T09:48:09.000Z (over 6 years ago)
- Last Synced: 2024-11-06T19:33:48.384Z (2 months ago)
- Topics: gui, python
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GUI Calculator in Python using Tkinter.
## Tkinter
Tkinter is a Python binding to the Tk GUI toolkit. It is the standard Python interface to the Tk GUI toolkit, and is Python's de facto standard GUI. Tkinter is included with the standard Microsoft Windows and Mac OS X install of Python.### GUI
A graphical user interface (GUI) is an interface through which a user interacts with electronic devices such as computers, hand-held devices and other appliances. This interface uses icons, menus and other visual indicator (graphics) representations to display information and related user controls, unlike text-based interfaces, where data and commands are in text. GUIl representations are manipulated by a pointing device such as a mouse, trackball, stylus, or a finger on a touch screen.