Metadata-Version: 2.1
Name: AsiacellX
Version: 1.0.0
Summary: A Python library for interacting with Asiacell's website and mobile application.
Author: ZOOM
Keywords: Python,Asiacell,API,Iraq,SMS validation
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# AsiacellX

`AsiacellX` is a Python library designed for interacting with Asiacell's website and mobile application. This library provides a convenient way to automate tasks such as logging in, SMS validation, and account recharges for both the Asiacell website and its mobile app.

## Key Features

- **Login Automation:** Automate the login process by handling username and CAPTCHA submission for both the website and mobile app.
- **SMS Validation:** Verify account ownership through SMS-based two-factor authentication.
- **Account Recharge:** Recharge your Asiacell account by submitting a voucher code.
- **Token Management:** Handle and reuse access tokens to maintain session integrity.
- **Language Support:** Supports multiple languages including Arabic.

## Installation

You can install `AsiacellX` using pip:

```bash
pip install AsiacellX
