dekuNukem / duckyPad-profile-autoswitcher

MIT License
49 stars 12 forks source link

Dependency list to use the script on windows is not clear #5

Open vaz-ar opened 3 years ago

vaz-ar commented 3 years ago

While trying to build / run the duckypad_autoprofile.py script on Windows I ran into some troubles regarding dependencies / requirements.

the requirements.txt file currently only contains 2 packages, one of which seems to be for MacOS only (pyobjc).

In order to run the duckypad_autoprofile.py script I had to install the following packages via pip:

hidapi
pygetwindow
wmi
appdirs
rkmax commented 2 years ago

thanks for the info, also psutil is need at last on my system

$ pip freeze

appdirs==1.4.4
ewmh==0.1.6
hidapi==0.11.0.post2
psutil==5.9.0
PyGetWindow==0.0.9
PyRect==0.1.4
python-xlib==0.31
six==1.16.0
WMI==1.4.9