Answers for "tkinter how to change text size"

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

set label text size tkinter

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

Code answers related to "tkinter how to change text size"

Python Answers by Framework

Browse Popular Code Answers by Language