Metadata-Version: 2.1
Name: quotexpy
Version: 1.40.3
Summary: 📈 QuotexPy is a library for interact with qxbroker easily.
Home-page: https://github.com/SantiiRepair/quotexpy
License: LGPL-2.1
Keywords: quotex,quotexpy
Author: Santiago Ramirez
Author-email: santiirepair@gmail.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: appdirs (==1.4.4)
Requires-Dist: beautifulsoup4 (==4.11.2)
Requires-Dist: certifi (==2022.12.7)
Requires-Dist: cffi (==1.15.1)
Requires-Dist: charset-normalizer (==3.2.0)
Requires-Dist: cloudscraper (==1.2.71)
Requires-Dist: cryptography (==40.0.1)
Requires-Dist: greenlet (>=2.0.1)
Requires-Dist: h11 (==0.14.0)
Requires-Dist: httpcore (==0.17.0)
Requires-Dist: httpx (==0.24.0)
Requires-Dist: idna (==3.4)
Requires-Dist: importlib-metadata (==6.2.0)
Requires-Dist: playwright (==1.39.0)
Requires-Dist: pyOpenSSL (==23.1.1)
Requires-Dist: pycparser (>=2.21)
Requires-Dist: pyparsing (==3.1.1)
Requires-Dist: requests (==2.31.0)
Requires-Dist: requests-toolbelt (==1.0.0)
Requires-Dist: shutup (==0.2.0)
Requires-Dist: simplejson (==3.18.3)
Requires-Dist: sniffio (==1.3.0)
Requires-Dist: soupsieve (==2.4)
Requires-Dist: tqdm (==4.65.0)
Requires-Dist: typing_extensions (==4.5.0)
Requires-Dist: urllib3 (>=2.0.5)
Requires-Dist: websocket-client (==1.6.3)
Requires-Dist: websockets (==11.0.3)
Requires-Dist: zipp (==3.17.0)
Project-URL: Repository, https://github.com/SantiiRepair/quotexpy
Description-Content-Type: text/markdown

<div align="center">
<img src="https://static.scarf.sh/a.png?x-pxid=cf317fe7-2188-4721-bc01-124bb5d5dbb2" />

## <img src="https://github.com/SantiiRepair/quotexpy/blob/main/.github/images/quotex-logo.png?raw=true" height="56"/>


**📈 QuotexPy is a library for interact with qxbroker easily.**

______________________________________________________________________

[![License](https://img.shields.io/badge/License-LGPL--2.1-magenta.svg)](https://www.gnu.org/licenses/gpl-3.0.txt)
[![PyPI version](https://badge.fury.io/py/quotexpy.svg)](https://badge.fury.io/py/quotexpy)
![GithubActions](https://github.com/SantiiRepair/quotexpy/actions/workflows/pylint.yml/badge.svg)

</div>

______________________________________________________________________

## Installing

📈 QuotexPy is tested on Ubuntu 18.04 and Windows 10 with **Python >= 3.10, <= 3.12.**
```bash
pip install quotexpy
```

If you plan to code and make changes, clone and install it locally.

```bash
git clone https://github.com/SantiiRepair/quotexpy.git
pip install -e .
```

### Import
```python
from quotexpy import Quotex
```

### Examples
For examples check out [some](https://github.com/SantiiRepair/quotexpy/blob/main/example/main.py) found in the `example` directory.

### Donations
If you feel like showing your love and/or appreciation for this project, then how about shouting us a coffee ;)

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/SantiiRepair)

### Acknowledgements
Thanks to [@ricardospinoza](https://github.com/ricardospinoza) for solving the `trade` error in the code 🚀

