Skip to content

v 1.0.0

Latest

Choose a tag to compare

@sahilchess sahilchess released this 28 Jun 15:05

how to run

option 1: download the exe (windows only)

download main.exe from the latest release (here) and run it directly. no python needed!

run in fullscreen for the best experience!

option 2: run from source

make sure you have python 3 installed:

python --version

windows

git clone https://github.com/sahilchess/python-calculator.git
cd python-calculator
python main.py

mac / linux

git clone https://github.com/sahilchess/python-calculator.git
cd python-calculator
python3 main.py

run in fullscreen for the best experience!