I'm trying to make a game in python at my school, but we do not have pygame installed on the network this year.
I have an idea, but I need some code to run right when a key is pressed, and I don't want the keys I type to show on the screen, I wan't my own text to show. Is there a way to do this? I've been looking around, but I haven't found much that doesn't use PyGame or TKinter
Thanks! :)
Note: This is an extra curricular project, so I probably won't be able to get help from a programming teacher.