Python Tutorial: GUI Calculator with Model View Controller #11

preview_player
Показать описание
In this part we move the calculator window to the center of the screen.

The complete series will show you how to code a fully functioning simple calculator from scratch using the tkinter graphical user interface library. Tkinter comes preinstalled when you download Python. You will also get an idea of what it is like to code in the style of model view controller.

Рекомендации по теме
Комментарии
Автор

Thanks for this "happy end"! You solved it in a different manner than I did. At last it works! I will improve this MVC-Project to deal more complex terms. Your tutorial helped me to get the first part done. Dieter

dieterschmidt