Skip to content

Simple calculator that handles addition, subtraction, multiplication, and division.

Notifications You must be signed in to change notification settings

ChrisJacobsJr/SimpleCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Chris J's Simple Calculator.

This program uses tkinter to create a GUI program that does simple calculations.

Features

  • addition
  • subtraction
  • multiplication
  • division
  • decimals
  • numpad/key support
    • del -> clear
    • return -> evaluate
    • period -> decimal point
    • Escape -> close program

Build Instructions

Requirements

  • Python
  • Tkinter
  • (Optional) Pyinstaller for creating an executable file

Instructions

  1. clone the repository
  2. navigate to the folder directory in the termainal
  3. install dependencies
  4. Then do one of the following:
    • run SimpleCalculator.py with python in the terminal
    • run 'pyinstaller --onefile --windowed SimpleCalculator.py'

About

Simple calculator that handles addition, subtraction, multiplication, and division.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages