app.py
: main application file which runs the Flask server and handles the captcha generation apitemplates/index.html
: the html file for the web interfacestatic/styles.css
: the css file for styling the web page/static/captcha/
: directory where the captcha images generated by the server are storedrequirements.txt
main.py
: through this script you can retrieve captcha images from the site