Skip to content

Instantly share code, notes, and snippets.

View kristofmulier's full-sized avatar

Kristof Mulier kristofmulier

View GitHub Profile
@kristofmulier
kristofmulier / convert_images.py
Created January 21, 2024 10:46
Convert Images to webp
'''
Copyright 2018-2023 Johan Cockx, Matic Kukovec and Kristof Mulier
'''
# NOTE:
# COMMAND TO CONVERT IMAGES IS
# cwebp {input_filename} -o {output_filename}
import os, sys, argparse, subprocess, math
q = "'"
@kristofmulier
kristofmulier / enum_converter_tool.py
Created January 21, 2024 10:44
Enum Converter Tool
# -*- coding: utf-8 -*-
# ================================================================================================ #
# ENUM CONVERTER TOOL #
# ================================================================================================ #
from typing import *
import os, argparse, inspect, re
q = "'"
help_text = '''