Answers for "scale text in tkinter"

5

How to increase text size tkinter

label = Label(root, text="WELCOME TO ScOMPANY", font=("Courier", 44))
Posted by: Guest on April-02-2021
-1

how to resize text label in tkinter

label.config(font=("Courier", 44))
Posted by: Guest on March-13-2020

Python Answers by Framework

Browse Popular Code Answers by Language