Draw using your laptop's touchpad
Project description
FingerPaint
This utility lets you draw using your laptop's touchpad on Linux.
Pressing any key or clicking the touchpad will finish the drawing.
Your touchpad will not control the cursor while drawing, though external mice should still work.
It has support for both X11 (all desktop environments), and Wayland (just Gnome at the moment).
Video:
Installation
Ubuntu / Debian
apt install xinput python3-pip python3-tk
pip3 install fingerpaint
Arch / Manjaro
If you are using X11, Install fingerpaint
via the AUR.
If you are using Wayland, Install fingerpaint-wayland
via the AUR.
Nix (With Flakes)
nix profile install github:Wazzaps/fingerpaint
Usage examples
# Simple usage
fingerpaint -o painting.png
# Play with style
fingerpaint --dark -o painting.png
# Copy to clipboard (using bash)
fingerpaint --hint=$'Press any key or click to finish drawing\nImage will be copied to clipboard' -o - | xclip -sel clip -t image/png
# Copy to clipboard (using fish)
fingerpaint --hint="Press any key or click to finish drawing"\n"Image will be copied to clipboard" -o - | xclip -sel clip -t image/png
Uses
- Digitize your signature to sign PDFs
- Enter complex characters (e.g. Math symbols) or Asian scripts
- Doodle I guess
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file fingerpaint-1.2.7-py3-none-any.whl
.
File metadata
- Download URL: fingerpaint-1.2.7-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91757f39be3a4ec332c101fbe221d8d64a5b7ccc74a7b9cf7a05d80b89dd86f3 |
|
MD5 | a1b8077070c20fe99102fc1e72e1a765 |
|
BLAKE2b-256 | f045234d426298578210eb6b42c59235b6bc58c111050b4fc8f988424668b7d7 |