From f5390f91104ca5c531a1e778ecfafadc0a668075 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 24 Sep 2024 16:11:26 -0400 Subject: add verbose, advanced (control other users), docs --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e60cbfb --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# README for fprintd_tk +This project is a desktop application that makes it easy for a user to control fingerprint enrollments. + +## Upstream +The upstream project is hosted at + +## Alternatives + +* Use `fprintd-enroll` on cli. +* Use whatever probably-GNOME software is demonstrated in + +## Reason for existence +I couldn't find a window-manager friendly gui for managing fingerprints. + +## Using +Run the program. + +## Dependencies + +* [python-tkstackrpms](https://bgstack15.ddns.net/cgit/python3-tkstackrpms/) +* python3-tk +* python3-pil + +The application really needs the user to have password-less auth permission in dbus/polkit to the fprintd actions. You will want a file like [80-fprintd.rules](aux/80-fprintd.rules) + +## Building + +## References + +* Icons adapted from [Numix Circle icon theme](https://github.com/numixproject/numix-icon-theme-circle) under GPL 3.0 -- cgit