hello im trying to use the program in the comand line and it gives this following error message
(i was trying to use the gui and was getting a error message, then i tried to use directly from the cmd, like the readme tells and this message appeared.)
File "kindleunpack.py", line 1016, in <module>
sys.exit(main())
File "kindleunpack.py", line 992, in main
infile, outdir = args
ValueError: too many values to unpack (expected 2)
|