Skip to content

Instantly share code, notes, and snippets.

View NgLam2911's full-sized avatar
💭
i'm really busy at university :(

Ngọc Lam NgLam2911

💭
i'm really busy at university :(
  • Danang University of Technology
  • Earth
  • 04:17 (UTC +07:00)
  • X @NgLamVN_2911
View GitHub Profile
import cv2
import os
#StackOverflow copy-pasta lmaooo
def colored_background(r, g, b, text):
return f'\033[48;2;{r};{g};{b}m{text}\033[0m'
VIDEO_PATH = 'video.mp4'
FRAME_SIZE = 35