diff options
Diffstat (limited to 'cursorpen.py')
-rwxr-xr-x | cursorpen.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cursorpen.py b/cursorpen.py index fb9d3bb..0fd3526 100755 --- a/cursorpen.py +++ b/cursorpen.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +# +# cursorpen.py +# +# this is the original prototype I made for this idea, taking code from +# https://github.com/Wazzaps/fingerpaint and modifying to work across +# the whole desktop. +# +# Use of this is not recommended, as this program is slow and inefficient +# compared to the C program, however it should still work. +# import sys from pynput.mouse import Button, Controller |