This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
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 = "'" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# ================================================================================================ # | |
# ENUM CONVERTER TOOL # | |
# ================================================================================================ # | |
from typing import * | |
import os, argparse, inspect, re | |
q = "'" | |
help_text = ''' |