Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyhook isnt available for greater version than Python 3.7 #10

Open
Th3Mag1c1an opened this issue Jun 6, 2023 · 0 comments
Open

Pyhook isnt available for greater version than Python 3.7 #10

Th3Mag1c1an opened this issue Jun 6, 2023 · 0 comments

Comments

@Th3Mag1c1an
Copy link

Th3Mag1c1an commented Jun 6, 2023

Make sure you have an earlier version of Python 3.7 or lower to run the script. The pyhook library hasn't been updated since 2008 so make sure you get the correct version of pyhook.
You can get the pyhook from here:
https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyhook
win_amd64 for 64-bit and the win32 for 32-bit make sure to get the downloaded file into the folder you are working in and then:
pip install (file name.whl) , It should install the library of pyhook.

make sure to install all the libraries and add the line for tinkter
from tkinter import ttk (this works better)
than from ttk import * ttk might always stay yellow so you could add that line in order to resolve those errors.

Hope this helps you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant