Repository

TomSchimansky/CustomTkinter

A modern and customizable python UI-library based on Tkinter
8456 861 86 1051
  • 000
CTkLabel unable to change width it fixed to current text width i tried more than method and still same bug this code working fine but label width wont be change ever Example: import tkinter as tk import customtkinter def update_marquee(): global marquee_text marquee_text = marquee_text[1:]...