I wanted to know if there is a way to tell python to run a function as long as we are typing new characters as a user input.
for example when I write hello, I want it to run a function simultaneously as I type each character! without me having to hit space and enter every time!
is there a method for that I can use ?