DeltaCalc is a simple and standard calculator application written in Python.
The graphics in this application were implemented using the Tkinter framework.
This application offers arithmetic operations (+, -, *, /, ^, root, modulus) and functions (sin, cos, tan, log).
NOTE: After downloading and extracting the zip file, rename the folder to "DeltaCalc" before executing the program!
- Standard calculator operations.
- History of operations performed.
- Settings to change the layout of the application for user readability. (Font, Theme)
- tkinter (version 8.6 is recommended)
- math
- functools
- datetime
The recommended operating systems are Windows, macOS and Linux, as they are most compatible with the Tkinter framework. See more info here.
NOTE: After downloading and extracting the zip file, rename the folder to "DeltaCalc"
After downloading zip file and extracting:
C:\...\>python DeltaCalc
Chaining operations isn't a feature yet (5 + 8 + 6)