From 674f4063b1a9034fbdf33650f791ff2f7b82542c Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 17 Feb 2023 21:45:25 +0000 Subject: Add info to cursonpen.py --- cursorpen.py | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit v1.2.1