How do i make a placeholder for a tkinter Entry widget like in the google search bar shown above?
Asked
Active
Viewed 205 times
2
-
3[This](https://stackoverflow.com/questions/51781651/showing-a-greyed-out-default-text-in-a-tk-entry) might be relevant. – Pankaj Jul 17 '22 at 01:10
-
The proper term for this is *placeholder text* - you can find examples by searching for that. – jasonharper Jul 17 '22 at 02:01
-
@jasonharper yeah that's what I meant, just didn't know the right word – PythonCoder8 Jul 17 '22 at 04:03
-
@Pankaj i guess i could do that but I'm looking for a shorter way of doing that – PythonCoder8 Jul 17 '22 at 04:10