Relative Content

Tag Archive for pythonuser-inputkeypressreplit

Is there a way to detect a key press in a python Replit?

I am making a chat app in Replit through Python. I have a while true loop that checks if a message has been posted and will check if you pressed the T key, and if so, pauses the loop to let you type and send your message. Because it is on replit, I cannot give root access.