How to Make a Captcha in Python

Written by manushifva | Published 2021/06/23
Tech Story Tags: captcha | python | programming | python-programming | development | coding | how-to | tutorial

TLDR Captcha is becoming complex and impractical with time. So, I dedicated myself to make my own system that's more practical. I used Python to build the system. The system does: Read the source images, create a random icon, generate random icon and save the image with a random name. Store the answer to the database, and add the unique hash for the identifier. The engine checks the answer and updates the data, sets it as solved. If it's not valid, the engine will try the process 'till 3 times'via the TL;DR App

no story

Written by manushifva | just ordinary manushifva
Published by HackerNoon on 2021/06/23