Skip to content

Instantly share code, notes, and snippets.

View nothingbutlucas's full-sized avatar
💭
learning

Lucas nothingbutlucas

💭
learning
  • /
View GitHub Profile
@nothingbutlucas
nothingbutlucas / converter.py
Last active March 2, 2025 05:48 — forked from JacobTDC/converter.py
Flipper Zero Video Converter
#!/usr/bin/env python3
import argparse
import locale
import math
import struct
import subprocess
import sys
import textwrap
from fractions import Fraction