Jump to content

Recommended Posts

Posted

There's quite afew keyboard modules.

Essentially, you should use the python package manger to do this.

https://pypi.org/search/?q=keyboard

 

pip install X

 

where X is the module you want to install.

Of course, you'll need to install pip first.

 

Bonus point if you can do it in a python virtual environment to keep the packages you install sane and scoped to each application.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...