2

I have a .7z file (archive) and I am trying to find out how to read files from 7z archive? I cannot find any information how to do that. Is there any library for that purpose? I tried zipfile, lzma, however none of them works.

I will be very grateful for any advice.

Best

b36
  • 105
  • 1
  • 8

1 Answers1

1

Look for libarchive or pylzma

https://pypi.org/project/pylzma/

Would help to know which version of Python you are using

JMB
  • 61
  • 7