This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# NAME: GitFit | |
# AUTHOR: @EthanHackett www.ethanhackett.com | |
# PURPOSE: Get engineers to be more active by adding exercises to daily git processes. | |
# INSTALL: Place this file in local git repo in hooks folder .git/hooks/this-file | |
# NOTES: For more information on Git visit https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks | |
import ctypes # An included library with Python install. | |
import random # Includes random function for randomly picking Numbers & Exercises, |