fingerpaint 1.2.7

Creator: bradpython12

Last updated:

Add to Cart

Description:

fingerpaint 1.2.7

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.