#๐Ÿ”’ how to increase Entry in tkinter

20 messages ยท Page 1 of 1 (latest)

ashen aspen
#

how to increase Entry in tkinter

blissful skyBOT
#

@ashen aspen

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

loud aspen
ashen aspen
#

increase width and height

loud aspen
#

I believe those are just parameters you can set when creating the widget

ashen aspen
#

yes, I want to enlarge it right away, I can enlarge it in width but I can't enlarge it all the way, an error pops up in the terminal

loud aspen
#

can you show what you mean?

#

can you show a screenshot of your UI and the error?

ashen aspen
loud aspen
#

ahh, if you want it taller, use a bigger font

#

my mistake, there is no "height" parameter

ashen aspen
#

And there's no way to make it two or more lines high because I need it to be more than two lines high.

#

or sometimes Do you know of any library that can also make such windows where you can enter your own text?

loud aspen
ashen aspen
#

I want to import my program, have the ability to write some miniscripts in it, and have them saved as a separate file.

loud aspen
#

if you want multiline, don't use tk.Entry

#

use tk.Text

ashen aspen
#

Thank you

blissful skyBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.