Skip to content

A new type of innovative calculator application made using Tkinter.

License

Notifications You must be signed in to change notification settings

amolgorithm/delta-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeltaCalc





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!

Features

  • Standard calculator operations.
  • History of operations performed.
  • Settings to change the layout of the application for user readability. (Font, Theme)

Prerequisite Modules

  • tkinter (version 8.6 is recommended)
  • math
  • functools
  • datetime

Usage

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)