I\'m making a simple app just to practice python in which I want to write text as if it were Notepad. However, I can\'t make my entry bigger. I\'m using tkinter for this. Do
You can also change it by changing the font size :
Entry( root, font=("default", 40 or 20 whatever ) )