+ 5
Why SoloLearn does not support Tkinter library?
I just made a GUI calculator using Python Tkinter Library but it does not support in solo learn why??
9 ответов
+ 9
SL work in this way:
1- You create some code
2- Code is sended to SL server
3- Code will run ON SL SERVER
4- Code output is sended to you
The only exception to rule is Web code because you can run it locally throught browser (or WebView in app).... Anyway like you can note all happen on SL SERVER and not on your local device (that receive ouput only) then you cannot use highly interactive libs like GUIs libs (for get GUI the only way is make an Web code and use HTML, JS and CSS)
+ 3
Convert your calculator to Web App is only way to get GUI on SL, sorry
+ 2
Sololearn's playground is somehow limited. Aside from web technologies, the rest of the language are only capable of displaying text.
+ 2
😢😢😢
+ 2
thanks mr. kroW
+ 1
So it means most of GUI library doesn't support in SOLOLEARN
+ 1
You are welcome Mr_Coder
0
Unfortunately, yes.