Skip to content

Instantly share code, notes, and snippets.

View yunyoulu's full-sized avatar

yunyoulu

  • Pittsburgh, PA
View GitHub Profile
@yunyoulu
yunyoulu / helper.py
Last active May 4, 2023 09:53 — forked from nondanee/helper.py
script for vscode ffmpeg lib replacement
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
@author: Nzix
"""
import os, shutil, platform, subprocess
import re, zipfile
import ssl