Curso Python Tkinter - Cronômetro em Python

Curso Python Tkinter - Cronômetro em Python

#usandopython #python #tkinter


Aprenda Python Tkinter do zero para Profissional

O curso completo para construir aplicativos Desktop usando a Biblioteca Tkinter do Python

Conteudo - https://www.usandopy.com/tutorial/com...


Website - https://www.usandopy.com


Instagram - https://www.instagram.com/usandopython/


Facebook - https://www.facebook.com/usandopython


# cores

cor1 = "#0a0a0a" # black / preta

cor2 = "#fafcff" # white / branca

cor3 = "#21c25c" # green / verde

cor4 = "#eb463b" # red / vermelha

cor5 = "#dedcdc" # gray / Cizenta

cor6 = "#3080f0" # blue / azul

Comentários