pmsosa / duckhunt

:dart: Prevent RubberDucky (or other keystroke injection) attacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyhook isnt available for greater version than Python 3.7

Th3Mag1c1an opened this issue · comments

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.