Hi,
Apologies if I'm going about everything the wrong way - this isn't something I've ever done before (both using a program like this really and trying to get help/ask about a problem on Github).
Trying to use the handy pre-compiled Windows binary version of your program and then presumably operate it via command line/powershell, however whenever I try to use it, be that to actually do something with a ROM or even execute the --help command as a test, I get the following error:
Traceback (most recent call last):
File "luvdis\__main__.py", line 3, in <module>
ModuleNotFoundError: No module named 'click'
[16116] Failed to execute script __main__
Not sure what the issue is or what I'm doing wrong unfortunately. I do have Python installed on my system, though I'm not sure what else it could be. Thanks.