diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2020-05-22 12:55:40 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-23 09:31:57 +0700 |
commit | 80c09651ce81ebc860a4571c84a80bb9a615150b (patch) | |
tree | a9e9031869e7c17fc88c785ededb4905777d7df5 /python/captcha/README | |
parent | 92a27e00608a6f3e4bee7ba3936d99e7cec52bbc (diff) |
python/captcha: Added (A captcha python library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/captcha/README')
-rw-r--r-- | python/captcha/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/captcha/README b/python/captcha/README new file mode 100644 index 0000000000000..fb507d0f3fb65 --- /dev/null +++ b/python/captcha/README @@ -0,0 +1,3 @@ +A captcha library that generates audio and image CAPTCHAs. + +Optional dependency: python3 (automatically detected)
\ No newline at end of file |