Skip to content

Instantly share code, notes, and snippets.

View totalhack's full-sized avatar

Kurt totalhack

  • Boston
View GitHub Profile
@totalhack
totalhack / dance.py
Created April 14, 2020 14:06
Prevent your computer from appearing idle by dancing the mouse around.
"""
pip install art pynput
"""
import os
import random
import time
from art import tprint
import pynput