Skip to content

Instantly share code, notes, and snippets.

View cyberchao's full-sized avatar
🌴
On vacation

Andy cyberchao

🌴
On vacation
View GitHub Profile
@cyberchao
cyberchao / unpack_fulibl.py
Last active November 9, 2023 14:46
批量解压
import os
import tarfile
import py7zr
from tqdm import tqdm
def unpack(rootdir):
# 7z文件存放路径
zdir = os.path.join(rootdir, '7zfiles')
# 最终文件路径