7zip Python -Extrakt


from pyunpack import Archive
Archive('data.7z').extractall("<output path>")

Lucky Lemur