+ 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.
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
+ 5
To create window with text, you need to import tool for Graphical User Interface. Try "import tkinter". Tkinter has buttons, text labels, radio...
0
install notepad++