Skip to content

moul/captcha

Repository files navigation

captcha

😄 captcha

go.dev reference License GitHub release Docker Metrics Made by Manfred Touron

Go Release PR GolangCI codecov Go Report Card CodeFactor

Gitpod ready-to-code

Usage

foo@bar:~$ captcha -engine=math
1 + 3
->
foo@bar:~$ captcha -engine=math
5 + 3
->
foo@bar:~$ captcha -engine=banner
 _                _
| |_   _ _  _  _ | |__ _ __
| ' \ | '_|| || || / /| '_ \
|_||_||_|   \_,_||_\_\| .__/
                      |_|
->
foo@bar:~$ captcha -engine=banner
                  _
 __  ___ __ __ __| |__  ___
/ _|/ _ \\ V  V /| '_ \/ -_)
\__|\___/ \_/\_/ |_.__/\___|
->

Install

Using go

go get moul.io/captcha

Releases

See https://github.com/moul/captcha/releases

Contribute

Contribute <3

I really welcome contributions. Your input is the most precious material. I'm well aware of that and I thank you in advance. Everyone is encouraged to look at what they can do on their own scale; no effort is too small.

Everything on contribution is sum up here: CONTRIBUTING.md

Contributors ✨

All Contributors

Thanks goes to these wonderful people (emoji key):


Manfred Touron

🚧 📖 ⚠️ 💻

moul-bot

🚧

This project follows the all-contributors specification. Contributions of any kind welcome!

Stargazers over time

Stargazers over time

License

© 2021 Manfred Touron

Licensed under the Apache License, Version 2.0 (LICENSE-APACHE) or the MIT license (LICENSE-MIT), at your option. See the COPYRIGHT file for more details.

SPDX-License-Identifier: (Apache-2.0 OR MIT)