Good afternoon community.
I would like someone to help me with the following code:
import tkinter as tk
root = tk.Tk()
root.overrideredirect(True)
w, h = 800, 500
canvas = tk.Canvas(root, width=w, height=h, highlightthickness=0)
canvas.pac...
asked by
30.01.2018 / 18:44