Skip to content

Instantly share code, notes, and snippets.

View boweeb's full-sized avatar

Jesse Butcher boweeb

  • Columbus, Ohio
View GitHub Profile
@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: