Skip to content

Instantly share code, notes, and snippets.

View leytoncasta's full-sized avatar

Yhon L. Castañeda leytoncasta

  • Davivienda
  • Pereira
View GitHub Profile
@leytoncasta
leytoncasta / TKpython.py
Created August 4, 2024 18:06
This is one of my newest gist
print(" LOGIN TKINTER ".center(50, '-'))
import tkinter as tk
from tkinter import ttk, messagebox
class Login(tk.Tk):
def __init__(self):
super().__init__()
# Ventana principal