Skip to content

smokinggoats/capytcha

Repository files navigation

to run:

pip install -r requirements.txt
pip install -e ./
cp ./.env.template ./.env
gunicorn -w 1 capytcha_server.app:create_app --bind localhost:8080 --worker-class aiohttp.GunicornWebWorker --reload

About

Simple captcha made w/ python :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published