Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 700 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 700 Bytes

Tkinter Calculator (Python)

Tiny and feature-rich calculator application created by Python powered by Tkinter. (GUI Calculator)

Python Tkinter Calculator

Run the python calculator

$ python app.py

Install requirements

The Tkinter library is built-in with every Python installation.

Read more: https://tkdocs.com/tutorial/install.html

Standalone Executable

At first you need to install the pyinstaller: $ pip install pyinstaller

Next:

$ pyinstaller --onefile -w app.py

Note: this is python. so everyone can emit and reverse(like decompile) your program.

I get the idea from a video.