JasonBrownDeveloper / ps3mca

Python tool to read and write PlayStation cards
The Unlicense
12 stars 2 forks source link

Prerequisites #2

Open psxdev1 opened 12 months ago

psxdev1 commented 12 months ago

What do i include in python with pip ( e.g. libusb, libusbk etc.) I get a USB.core error about backend.

What os do you compile this on cause I use Windows and am trying to use pyinstaller and trying to make a Windows exe it makes the exe but when i try to run the exe using the dump command i get the USB.core error

JasonBrownDeveloper commented 11 months ago

https://pypi.org/project/pyusb/

https://pypi.org/project/pyDes/

Are the two third-party packages I used. I developed this on an Ubuntu box I had, but it should work in Windows as well.