programiz / Calculator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%