BookOwl / Archive-Extractor

A simple graphical archive extractor written in Python.
2 stars 0 forks source link

gzip/bzip2/xz compressed file support? #3

Open jeandrek opened 8 years ago

jeandrek commented 8 years ago

Like, it doesn't have to be a tarball?

BookOwl commented 8 years ago

Currently I just let the shutil module (which stands for "shell utils", but the almost nothing in the module has to do with the shell, so...) handle extracting the archive, so if shutil can handle it, Archive Extractor can. The whole reason I made this was so that I could have a simple tool for extracting files from a tar file since windows doesn't natively support it, so I wasn't to focused on making this a fancy tool.