/Calculator

Source Code for Calculator App project of the Python Project-based Learning for Beginners Playlist

Primary LanguagePython

Calculator

Create your own Python Calculator App using Python and tkinter.

Video Link: https://youtu.be/QZPv1y2znZo

Calculator App


Create Standalone Executable

pip install pyinstaller
pyinstaller --onefile -w calc.py