I know there are a lot of posts about detecting keypresses. Now I'm looking to make a simple script for some custom shortcuts to help me with my school work.
For that i need someway to detect keypresses. Alot of posts suggest pyglet.window
problem is this is a non standard library that I need to install. Which I can't do on a school computer.
So my question is can I somehow either have a library for Python "on the go" so I can take my script with the library without any installation and still run it on a school computer?
Or can I somehow detect keypresses using the standard Python library?
Using Windows.