I just wanted to know if there is a way to have a placeholder for the input function? using custom code or a library?
on python 3.11
Example:
Enter Your Name: John Doe
Here John Doe would be the placeholder and when any character is typed it disappears and vice versa, is there a way to do this? maybe with escape codes or curses or some other module? also would be nice if the color of the placeholder is grey or not the same as the prompt