7ZIP Python Extract


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

Lucky Lemur