diff options
author | davidovski <david@davidovski.xyz> | 2023-02-17 21:45:25 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-02-17 21:45:25 +0000 |
commit | 674f4063b1a9034fbdf33650f791ff2f7b82542c (patch) | |
tree | 3b20eb34cfe2a7c6a9cfa9bc0476beb0c0b8b791 | |
parent | f2ed30a029f0408e5f1c54d3afd1534a3d9c00a7 (diff) |
-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 |