Python: Creating a GUI based application (calculator) in Python using tkinter (Tutorial)

In this video we will demonstrate python GUI application development using the tkinter library. We will create a basic calculator with buttons and display. Since the code is larger than usual, we have shared it via google drive:

https://drive.google.com/file/d/1FUqpX8SYGNPoeH79QANb4jpPJi91wEPA/view?usp=sharing

#pythongui #pythonguitutorial #python #tkinter #tkintertutorial

1. Creating screen/textbox: https://youtu.be/h_3jhD4SQfs?t=90
2. Creating tags to justify text to right: https://youtu.be/h_3jhD4SQfs?t=210
3. Creating ‘0-9’ buttons: https://youtu.be/h_3jhD4SQfs?t=313
4. Creating ‘decimal’ button: https://youtu.be/h_3jhD4SQfs?t=643
5. Creating ‘clear screen’ button: https://youtu.be/h_3jhD4SQfs?t=777
6. Creating ‘plus’, ‘minus’, ‘multiply’ and ‘divide’ buttons: https://youtu.be/h_3jhD4SQfs?t=867
7. Creating ‘equal’ button: https://youtu.be/h_3jhD4SQfs?t=1053 https://virtual-school.org

Leave a Reply