Posts by Felipe Mercês Silva • 1 point
1 post
-
-1
votes3
answers2049
viewsA: How to start full screen window with Tkinter?
from tkinter import * janela = Tk() janela.configure(bg='light blue1') janela.title('tela…
1 post
-1
votes3
answers2049
viewsfrom tkinter import * janela = Tk() janela.configure(bg='light blue1') janela.title('tela…