How to use tkinter in python? How to import Tkinter? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to use tkinter in python? How to import Tkinter?

I tried to import TKINTER in solo learn code playground but it gives me a error.

29th Jun 2019, 8:36 AM
MADHUBAN
MADHUBAN - avatar
2 Answers
+ 6
You can not create graphical Python programs in SoloLearn's Python playgrounds. You will need a Python IDE.
29th Jun 2019, 8:46 AM
Seb TheS
Seb TheS - avatar
+ 4
There is a number of different Python IDEs, but I would recommend IDLE Here should be told how to install Python IDLE: https://www.sololearn.com/learn/Python/2430/ If you want to code on Android, I would recommend Pydroid3: https://play.google.com/store/apps/details?id=ru.iiec.pydroid3
29th Jun 2019, 8:53 AM
Seb TheS
Seb TheS - avatar