#๐ how to increase Entry in tkinter
20 messages ยท Page 1 of 1 (latest)
@ashen aspen
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.
Can you elaborate on what you mean by "increase"?
increase width and height
I believe those are just parameters you can set when creating the widget
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
ahh, if you want it taller, use a bigger font
my mistake, there is no "height" parameter
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?
what exactly are you trying to do with the entry? Do you want multi-line input?
I want to import my program, have the ability to write some miniscripts in it, and have them saved as a separate file.
Thank you
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.