Skip to content

Pyhook isnt available for greater version than Python 3.7 #10

@Th3Mag1c1an

Description

@Th3Mag1c1an

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions