You are on page 1of 4

PYTHON PROJECT REPORT

ON
TEXT BASED CAPTCHA

SUBMITTED BY :-
Gurkunwar Singh :12104590
Pradeep Kumar Chaurasiya : 12112580
Satti Pravisank Reddy : 12111368
INTRODUCTION

The topic assigned to us is TEXT BASED CAPTCHA using Python. Under this project we
have to develop a system known as CAPTCHA which takes the input from the user and if the
input given from the user is verified to be correct then the user will get authenticated or
verified and moved on to the next page. So, let’s start with

WHAT IS CAPTCHA
CAPTCHA stands for the Completely Automated Public Turing test to tell Computers and
Humans Apart. CAPTCHAs are tools you can use to differentiate between real users and
automated users, such as bots. CAPTCHAs provide challenges that are difficult for
computers to perform but relatively easy for humans. For example, identifying stretched
letters or numbers, or clicking in a specific area.

Text-based CAPTCHAs are the original way in which humans were verified. These
CAPTCHAs can use known words or phrases, or random combinations of digits and letters.
Some text-based CAPTCHAs also include variations in capitalization.

A GUI (Graphical User Interface) is a system of interactive visual components for computer
software. A GUI displays objects that convey information, and represent actions that can be
taken by the user. The objects change color, size, or visibility when the user interacts with
them.

A GUI includes objects, like icons, cursors, and buttons. These graphical elements are
sometimes enhanced with sounds, or visual effects like transparency and drop shadows.
Using these objects, a user can use the computer without having to know commands.

This is an example for how GUI of this CAPTCHA would look like:
ROLES AND RESPONSIBILITIES

Sr.No. Name Reg.No. Roll No. Role


1 Gurkunwar Singh 12104590 19 Coding, G.U.I.
2 Pradeep Kumar Chaurasiya 12112580 41 Coding, Report
3 Satti Pravisank Reddy 12111368 66 G.U.I., Report

TIME LINE:

DATE PROGRESS
16/10/2022 Module 1
23/10/2022 Module 2
30/10/2022 Module 3
03/11/2022 Submission
BIBILIOGRAPHY

WEBSITE/BOOK USED FOR


Lucid Chart Making D.F.D.
Stackoverflow Coding
Youtube Coding and GUI
GeeksForGeeks Coding and GUI
Google Collecting Resources

You might also like