Skip to content

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

License

Notifications You must be signed in to change notification settings

BaseMax/TkinterCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.