In this video, I will show you how to print text to the screen (not the console)
Here is the program code
import tkinter
label = tkinter.Label(text='just like this', font=('s','120'), fg='red', bg='white')
label.master.overrideredirect(True)
label.master.geometry("+0+0")
label.master.lift()
label.master.wm_attributes("-topmost", True)
label.master.wm_attributes("-disabled", True)
label.master.wm_attributes("-transparentcolor", "white")
label.pack()
label.mainloop()
Nesta página do site você pode assistir ao vídeo on-line Display text to the screen (not console) tkinter python duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário TechNerd 22 Novembro 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 268 vezes e gostou 7 espectadores. Boa visualização!