Metadata-Version: 2.4
Name: transforx
Version: 1.7.3
Summary: A simple Python translation library using Google Translate.
Home-page: https://github.com/iTs-GoJo/TransforX
Author: Ali-Jafari
Author-email: thealiapi@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# transforx

A simple and lightweight Python translation library using Google Translate.

## Installation
```bash
pip install transforx
```

## Usage
```python
from transforx import translate

print(translate("سلام دنیا", to_lang="en"))
# Output: Hello world
```

## Features
- Automatic language detection
- Supports single strings and lists of strings
- Lightweight, no API key needed

## License
MIT
