Here How can unrar a file with python we can see that some modules can be useful for extracting .rar
files. But it seems that :
rarfile
module needsunrar.dll
pyunpack
also needs some others things (patool
?)
Is there a crossplatform module that doesn't need any external module/.dll that can extract .rar
files ?