Skip to content

Instantly share code, notes, and snippets.

View Boos4721's full-sized avatar
👀
yep im noob

Boos4721

👀
yep im noob
View GitHub Profile
@Boos4721
Boos4721 / 1.GIF
Created October 26, 2021 06:29 — forked from Tamshen/1.GIF
⁣⁣⁣⁣ 
1.GIF
@Boos4721
Boos4721 / 3.gif
Created October 26, 2021 10:20 — forked from Tamshen/3.gif
⁣⁣⁣⁣ 
3.gif
#!/use/bin/env python 3.10.0
# Copyright © 2022 yanbuyu's Project
import os, sys, argparse
from aligo import Aligo
supportSuffixs = ['.zip', '.gz', '.trx', '.img']##自定义支持上传的文件的后缀
def getFileList(filePath):
filePath = os.path.abspath(filePath)##获取绝对路径