An open API service indexing awesome lists of open source software.

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

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