https://github.com/asherk7/scientific-calculator
Created a scientific calculator on Python using the Tkinter module
https://github.com/asherk7/scientific-calculator
Last synced: about 1 year ago
JSON representation
Created a scientific calculator on Python using the Tkinter module
- Host: GitHub
- URL: https://github.com/asherk7/scientific-calculator
- Owner: asherk7
- Created: 2022-04-21T20:53:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T02:40:56.000Z (about 4 years ago)
- Last Synced: 2025-02-11T09:54:11.984Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scientific-Calculator
- Created a scientific calculator on Python by using Tkinter
- Contains a standard mode and a scientific mode, and can do almost any kind of calculation
- During this project, I learned how to use Git, Github, Tkinter, along with honing my problem-solving skills
- Learned Tkinter using https://realpython.com/python-gui-tkinter/
- To use the calculator, download and run the calculator.py file