Skip to content

Instantly share code, notes, and snippets.

View DannyDannyDanny's full-sized avatar
👾
exploring codespaces

Daniel Thoren DannyDannyDanny

👾
exploring codespaces
  • Data Engineer @ Lundbeck [DNTH]
  • Copenhagen
View GitHub Profile
@DannyDannyDanny
DannyDannyDanny / colortrans.py
Last active October 8, 2019 21:49 — forked from hoov/colortrans.py
Convert values between RGB hex codes and xterm-256 color codes - python3
#! /usr/bin/env python
""" Convert values between RGB hex codes and xterm-256 color codes.
Nice long listing of all 256 colors and their codes. Useful for
developing console color themes, or even script output schemes.
Resources:
* http://en.wikipedia.org/wiki/8-bit_color
* http://en.wikipedia.org/wiki/ANSI_escape_code