/Calculator

A simple calculator app

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Calculator

A simple calculator app

Requirements

  • Python3
  • Tkinter

How to setup:

if you do not have python3 already installed, use the following links to ensure that it is installed succesfully

Download Python for Windows

Download python for mac

install Tkinter

pip3 install tk

How to run the calculator:

fork then clone the repo:

https://github.com/your_github/Calculator.git

cd Calculator

python3 ui.py

alt text