Skip to content

Instantly share code, notes, and snippets.

View anapsix's full-sized avatar
😺

Anastas Dancha anapsix

😺
View GitHub Profile
@jabbalaci
jabbalaci / mousepos_gui.py
Created August 14, 2011 08:34
Monitor mouse coordinates in real-time
#!/usr/bin/env python
"""
Not good, the thread doesn't stop...
"""
import sys
import atexit
from time import sleep