Metadata-Version: 2.4
Name: extract-me
Version: 0.1.0
Summary: Browser research and data extraction agent powered by AI
License-Expression: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: customtkinter>=6.0.0
Requires-Dist: playwright>=1.61.0
Requires-Dist: requests>=2.34.2

# Extract-Me

It is a extraction/research tool to extract either data or extract url , it was not build as a tool for you to automate logins or signup but you can still do that **but be careful while handling cread to AI**.

## features

- can extract urls , metadata , html .etc.
- can also extract paragraphs , wiki , forums .etc.
- data is stored in txt and json file so you can easily fed it into AI or use it.
- live logs shown with option for you to see whether you wanna see browser or not.
- logs are also saved for you.

## installation

Frome pip

```bash
pip install extract-me
```

_Note: You may need to make the bash script executable in some devices._

From source

```bash
git clone https://github.com/Philast-015/ExtractME
cd Extract-ME
bash install.sh
```

## stacks used

- python
- uv
- customtkinter
- playwright
- requests
