Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtkacz/rule-of-3_calculator_wgui
Simple rule of 3 calculator with GUI. Made with Tkinter on Python for practice.
https://github.com/gtkacz/rule-of-3_calculator_wgui
calculator calculator-app calculator-application calculator-python gui gui-application python python-3 python3 tkinter tkinter-graphic-interface tkinter-gui tkinter-python
Last synced: 17 days ago
JSON representation
Simple rule of 3 calculator with GUI. Made with Tkinter on Python for practice.
- Host: GitHub
- URL: https://github.com/gtkacz/rule-of-3_calculator_wgui
- Owner: gtkacz
- License: cc0-1.0
- Created: 2021-03-07T23:45:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T00:39:38.000Z (almost 4 years ago)
- Last Synced: 2024-11-02T07:23:08.163Z (2 months ago)
- Topics: calculator, calculator-app, calculator-application, calculator-python, gui, gui-application, python, python-3, python3, tkinter, tkinter-graphic-interface, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 8.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rule of Three Calculator (GUI)
Simple rule of 3 GUI calculator made with Tkinter on Python for practice