Metadata-Version: 2.1
Name: airless-captcha
Version: 0.0.2.dev1
Summary: Airless Captcha is a package that resolve captcha challenge and based on airless framework
Project-URL: Homepage, https://github.com/astercapital/airless-captcha
Project-URL: Bug Tracker, https://github.com/astercapital/airless-captcha/issues
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: airless >=0.0.69.dev1

# airless-captcha

[![PyPI version](https://badge.fury.io/py/airless-captcha.svg)](https://badge.fury.io/py/airless-captcha)

airless-captcha is an extension of the [Airless](https://github.com/astercapital/airless) package, designed specifically as a service interface to solve CAPTCHA challenges while using airless.

## Why airless-captcha?

airless-captcha is a library that implements a airless service interface for solving CAPTCHA challenges across multiple providers, simplifying the integration of various CAPTCHA services within applications.

## Dependencies

Ensure you have Airless installed as airless-captcha depends on it.

```sh
pip install airless>=0.0.69
pip install airless-captcha
```
