'How to change the text size in button tkinter python. It would be best if there was a function and an example of use for it
This is an example of what it might look like in my opinion "size" would change the size of the text:
buttonq2 = Button(okno, text='8', font=30, command=dest2,size=30)
buttonq2.place(x=525, y=500)
buttonq2.config(font=(30, 41, 'bold'))
Solution 1:[1]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Binson Thangjam |
