A simple calculator app
- Python3
- Tkinter
if you do not have python3 already installed, use the following links to ensure that it is installed succesfully
install Tkinter
pip3 install tk
https://github.com/your_github/Calculator.git
python3 ui.py
A simple calculator app
if you do not have python3 already installed, use the following links to ensure that it is installed succesfully
install Tkinter
pip3 install tk
https://github.com/your_github/Calculator.git
python3 ui.py