Skip to content

Instantly share code, notes, and snippets.

View boweeb's full-sized avatar

Jesse Butcher boweeb

  • Columbus, Ohio
View GitHub Profile

Keybase proof

I hereby claim:

  • I am boweeb on github.
  • I am boweeb (https://keybase.io/boweeb) on keybase.
  • I have a public key ASAc2c0agzOcapBKV0MY8DIdfbaUMFSX-Q8YNQU4Vt8X1Qo

To claim this, I am signing this object:

@boweeb
boweeb / generate_color_map.py
Last active July 18, 2019 14:11
[git-logger.sh] proposed improvements [src](https://gitlab.com/CrazyBaboon/git-logger) #git #bash
#!/usr/bin/env python3
from colour import Color
from x256 import x256
def scale_256(rgb, direction):
factor = 256
new = list()
for value in rgb: