Skip to content

Instantly share code, notes, and snippets.

@parzibyte

parzibyte/tk.py Secret

Created August 17, 2021 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/dfb76ed15717adf1a7d0c300ad43304c to your computer and use it in GitHub Desktop.
Save parzibyte/dfb76ed15717adf1a7d0c300ad43304c to your computer and use it in GitHub Desktop.
import tkinter as tk
raiz = tk.Tk()
raiz.overrideredirect(True) # Quitar barra de título
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment