Code Monkey home page Code Monkey logo

trisolvingcaptcha's Introduction

TriSolving Captcha

TriSolving Captcha simulates a Turing Test which helps to differentiate between humans and computers. This repository has two files.

Timed Captcha

The TimedCaptcha.py file has a time limit of 9 seconds which makes the task even more challenging because the users have to type the captcha fast and respond quickly to be successful. The program provides a novel captcha each time, when the user input is incorrect or when the time runs out.

How to Run Timed Captcha?

1. Install Python

2. Run the following in the terminal after installing Python:

python TimedCaptcha.py

Math Captcha

The MathCaptcha.py has a user friendly interface (GUI.py). It instead requires users to solve a random math equation using BEDMAS rules (i.e., by following Python Operator Precedence and Order of Operations; Brackets, Exponents, Division, Multiplication, Addition, and Substraction). The program notifies users when the input is incorrect and prompts users to solve another Math Captcha. The interface also gives the option to refresh if the user finds current Captcha difficult to solve.

Operators

Operators Operators in GUI Operators in Python
Division ÷ /
Exponent ^ **
Multiplication * *
Addition + +
Subtraction - -
Brackets () use eval

Here is an example:

Screen Shot 2021-10-11 at 10 18 04 AM

Screen Shot 2021-10-11 at 10 25 28 AM

References

https://www.britannica.com/technology/CAPTCHA
https://www.geeksforgeeks.org/program-generate-captcha-verify-user/

**This project was inspired by related projects on GitHub.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.