A downloadable tool for Windows, macOS, and Linux

Download NowName your own price

You Need Python To Use This Tool!

Download

Download NowName your own price

Click download now to get access to the following files:

Calculator.py 1 kB

Comments

Log in with itch.io to leave a comment.

(1 edit) (-1)

You need to learn tkinter to make a GUI for this calculator. Also, colon is missing in line 35. You should convert this to exe by using pyinstaller. Install it first and then type "pyinstaller Calculator.py" in the terminal in the main folder. You can check out a calculator made by me using python here: https://intricate.itch.io/calc-x-calculator-redefined.

(1 edit)

In line 35 is a colon missing.

Tipp: you can convert: .py -> .exe using pyinstaller: