From c6413e5c0d2f04232e37391c8b5b62277562d065 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Mon, 2 Nov 2020 03:50:59 -0600 Subject: deleted: color_test.py modified: post_bot.py new file: push_script.sh deleted: test_page --- color_test.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 color_test.py (limited to 'color_test.py') diff --git a/color_test.py b/color_test.py deleted file mode 100755 index 288707a..0000000 --- a/color_test.py +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env python3 - -color = 0x0000ff -def rainbow_gen(color): - if (color & 0x0000ff == 0xff) and (color ^ 0xff0000 == 0xff) and (color ^ 0x00ff00 < 0xff): - color += 0x100 - color -= 1 - print("test") - - return color - -while True: - color = rainbow_gen(color) - print(hex(color)) - -- cgit v1.2.3