Why SoloLearn does not support Tkinter library? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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??

29th Apr 2018, 7:37 AM
Rahul Raj
Rahul Raj - avatar
9 Answers
+ 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)
29th Apr 2018, 7:52 AM
KrOW
KrOW - avatar
29th Apr 2018, 7:38 AM
Rahul Raj
Rahul Raj - avatar
+ 3
Convert your calculator to Web App is only way to get GUI on SL, sorry
29th Apr 2018, 8:14 AM
KrOW
KrOW - avatar
+ 2
Sololearn's playground is somehow limited. Aside from web technologies, the rest of the language are only capable of displaying text.
29th Apr 2018, 7:43 AM
CHMD
CHMD - avatar
+ 2
😢😢😢
29th Apr 2018, 7:49 AM
Rahul Raj
Rahul Raj - avatar
+ 2
thanks mr. kroW
29th Apr 2018, 8:57 AM
Rahul Raj
Rahul Raj - avatar
+ 1
So it means most of GUI library doesn't support in SOLOLEARN
29th Apr 2018, 7:45 AM
Rahul Raj
Rahul Raj - avatar
+ 1
You are welcome Mr_Coder
29th Apr 2018, 9:34 AM
KrOW
KrOW - avatar
0
Unfortunately, yes.
29th Apr 2018, 7:48 AM
CHMD
CHMD - avatar