+ 1

Python help

How do i create a blank page and add stuff on it in python

27th Jun 2025, 10:26 AM
Abdulrahman alturk
Abdulrahman alturk - avatar
4 Respuestas
+ 2
blank page? stuff? can you elaborate further?
27th Jun 2025, 10:57 AM
Bob_Li
Bob_Li - avatar
+ 1
Shouldn't you like, use HTML for that? You can use Python to display a GUI with images in a server using Flask or just use a file, but all of those methods use HTML(and besides, they won't work in Sololearn anyway).
27th Jun 2025, 11:41 AM
Afnan Irtesum Chowdhury
Afnan Irtesum Chowdhury - avatar
0
Like with pictures just like a website
27th Jun 2025, 11:14 AM
Abdulrahman alturk
Abdulrahman alturk - avatar
0
If you're coding on a computer, and you don't want browser based apps, perhaps you can use Pygame to display your text and images... But Pygame does not work in Sololearn, so there's that...
29th Jun 2025, 10:43 AM
Bob_Li
Bob_Li - avatar