So I tried to make this labelframe wider by using the basic width and width option. Here’s my given minimal code. minimalized preview: used in application: i want to get this labelframe little bit bigger and make the inside centered, But i had no knowledge to do so, Any help will apreciated! Answer It s…
Tag: tkinter-text
How do I get hex codes to work with tkinter text boxes? The regular colors like “red”, “yellow” etc works. But not hex
OS: Windows 10 This is my “texter”, it is used to print letter for letter at certain speeds. It takes the text to print, and a text color as arguments. This works perfectly if i write – texter(“Hello there”, “red”) However it stops working and only prints white text w…