Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 316 Bytes

File metadata and controls

12 lines (9 loc) · 316 Bytes

Calculator

This repo contains various calculators created by different contributors.

How to run

Download the calculator you want to run, for example: tkinter_calculator.py
Run the file:

cd Downloads # Make sure you are in the correct directory
python3 tkinter_calculator.py # Run the file