I have made code of a calculator. How do I make it real with graphics as an application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

I have made code of a calculator. How do I make it real with graphics as an application?

The real thing.

7th Sep 2019, 10:27 PM
Joy
5 Answers
+ 5
Maybe add some tkinter GUI. Or maybe if tkinter is too hard search for other 3rd-party graphics libraries.
7th Sep 2019, 10:35 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
I think you can try to use QtDesigner (PyQt5) or something like Glade. I am agree that Tkinter is a little rough.
9th Sep 2019, 4:09 PM
Artemii "zeight" Saganenko
Artemii "zeight" Saganenko - avatar
+ 2
Perhaps easier in JS? But you need it in Python I guess.
8th Sep 2019, 12:29 AM
Sonic
Sonic - avatar
+ 2
GUI
9th Sep 2019, 4:48 PM
Manoj
Manoj - avatar
+ 1
Tkinter is ugly, try pyqt5
7th Sep 2019, 10:53 PM
Aymane Boukrouh
Aymane Boukrouh - avatar