Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am akireee on github.
  • I am akireee (https://keybase.io/akireee) on keybase.
  • I have a public key whose fingerprint is 2D86 910C 9422 F82F 8963 0EA3 DA21 3EFF FF86 01AD

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am devakira on github.
  • I am akireee (https://keybase.io/akireee) on keybase.
  • I have a public key whose fingerprint is 2D86 910C 9422 F82F 8963 0EA3 DA21 3EFF FF86 01AD

To claim this, I am signing this object:

@zspri
zspri / logging.py
Created March 22, 2019 23:40
Stupid color logging with Python
from colorama import init, Fore, Back, Style
init(autoreset=True)
import sys
import time
LogPrefixes = [
f"{Back.WHITE} ",
f"{Back.BLUE} ",
f"{Back.YELLOW+Fore.BLACK} ",
f"{Back.RED} "