2 projects
simple-interval
Using Python threading to run a function at a specific interval. This implementation is very similar to the implemention of threading.Timer in Python - just runs on an interval instead of single time.
windows-hotkey-checker
A simple command line tool to check whether a hotkey is already registered by another program on Windows.