raimad.wingdingify
def wingdingify(value: int) -> str:
Encode an integer into a string of colorful symbols.
The symbols are given color using ANSI escape sequences i.e. they will only be visible in the terminal.
Parameters
value
The integer to encode
Returns
str
The encoded string.