install: add materialyoucolor dep

This commit is contained in:
2 * r + 2 * t
2025-03-07 23:13:25 +11:00
parent 172b7f30de
commit 5955977cac
2 changed files with 1 additions and 9 deletions
-8
View File
@@ -1,8 +0,0 @@
#!/bin/python3
import sys
from colorsys import rgb_to_hls
if __name__ == "__main__":
for arg in sys.argv[1:]:
print(rgb_to_hls(*tuple(int(arg[i:i+2], 16) for i in (0, 2, 4)))[1])