ponty / pyunpack

unpack archive files in python
BSD 2-Clause "Simplified" License
100 stars 14 forks source link

password support #16

Closed yuejiyueren closed 2 years ago

yuejiyueren commented 2 years ago

Does password decompression currently only support ZIP format?

ponty commented 2 years ago

Other formats are also supported. Check the README for Patool installation:

$ python3 -m pip install https://github.com/wummel/patool/archive/refs/heads/master.zip

If your Patool version is old, then ZIP is the only supported format.

yuejiyueren commented 2 years ago

Thank you very much for your reply. I have passed the test