Skip to content

Instantly share code, notes, and snippets.

@Hellowlol
Hellowlol / tqdm_multithread.py
Last active October 25, 2019 04:43
tqdm thread subprocess ffmpeg
import random
import re
import subprocess
import time
def example_func(*args):
for i in range(1, 101):
s = random.choice([0.1, 0.3, 0.5, 0.7, 0.9])