Computer Science, asked by upendra4069, 3 months ago

in python tkinter write a program using all the widgets​

Answers

Answered by parijaini
6

Answer:

The Entry widget is used to accept single-line text strings from a user. If you want to display multiple lines of text that can be edited, then you should use the Text widget.

Answered by Ananyaanu22
0

Answer:

Python has a lot of GUI frameworks, but Tkinter is the only framework that’s built into the Python standard library. Tkinter has several strengths. It’s cross-platform, so the same code works on Windows, macOS, and Linux. Visual elements are rendered using native operating system elements, so applications built with Tkinter look like they belong on the platform where they’re run.

Hope it helps you:)

Similar questions