How to create a window with text in Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to create a window with text in Python?

Please, if anyone can tell me how could i do this on a PC, i'd be very thankful.

15th Dec 2016, 1:47 AM
Silas Junior
Silas Junior - avatar
3 Answers
+ 5
not possible with code playground. there are some modules for it with regular python on pc though. look them up, cuz I don't remember them
15th Dec 2016, 2:01 AM
Ahri Fox
Ahri Fox - avatar
+ 5
To create window with text, you need to import tool for Graphical User Interface. Try "import tkinter". Tkinter has buttons, text labels, radio...
15th Dec 2016, 2:57 AM
Majstor_Gile
Majstor_Gile - avatar
0
install notepad++
15th Dec 2016, 1:08 PM
Elkiro FoxTech
Elkiro FoxTech - avatar