Python Forum
Pressing non-latin characters? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Pressing non-latin characters? (/thread-28597.html)



Pressing non-latin characters? - Murlog - Jul-25-2020

I'm trying to make a program that reads the buttons you press and then deleting it and instead pressing a ex. russian, arabic etc. letter but I notice that neither pynput nor the keyboard modules work with non-latin characters. Does anyone know any module that will let me do this or how to add keys to the pynput module?