A small collection of Python scripts that generate and solve CAPTCHAs. Both scripts are packaged in this repo for educational purposes.
- Clone the repo:
git clone https://github.com/DevOFVictory/captcha-tests.git
- Install dependencies:
pip install -r requirements.txt
- Run the desired script:
python3 <script>
- Generates text-based captchas
- Compares user input to verify it's a human ✨
- Opens a demo website with Selenium
- Solves the audio challenge using OpenAI's Whisper