Skip to content

Instantly share code, notes, and snippets.

View GGORG0's full-sized avatar

GGORG GGORG0

View GitHub Profile
@GGORG0
GGORG0 / crazycapslock.py
Last active December 10, 2022 20:29
flash keyboard lights
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import time
import os
import sys
import glob
if os.name != "posix":
print("ERROR: Linux only!")