Metadata-Version: 2.1
Name: translatefree
Version: 1.0.7
Summary: A free and open source library for translating strings in Python
Home-page: https://github.com/pipinstallshan/translatefree
Author: Shahnoor
Author-email: shahnr5889@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/pipinstallshan/translatefree/issues
Project-URL: Documentation, https://github.com/pipinstallshan/translatefree#readme
Project-URL: Source Code, https://github.com/pipinstallshan/translatefree
Keywords: translation translate free python-library
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: selenium>=4.0.0
Requires-Dist: undetected-chromedriver>=3.4.6
Requires-Dist: fake-useragent>=1.2.0
Requires-Dist: colorama>=0.4.6

# Translate Free

![PyPI - License](https://img.shields.io/pypi/l/translatefree)
![PyPI](https://img.shields.io/pypi/v/translatefree)
![GitHub issues](https://img.shields.io/github/issues/pipinstallshan/translatefree)
![GitHub stars](https://img.shields.io/github/stars/pipinstallshan/translatefree?style=social)

**Translate Free** is a free and open-source Python library for translating strings between different languages effortlessly. It is lightweight, easy to use, and designed for developers who need quick and reliable translation capabilities in their Python applications.

## Features

- **Simple and intuitive API**: Quickly translate strings with minimal code.
- **Support for multiple languages**: Translate text between a variety of languages.
- **Open Source**: Fully transparent and customizable for your needs.

## Installation

To install the library, use `pip`:

```bash
pip install translatefree
```
```
from translatefree import TranslateFree

translate = TranslateFree()

text = translate("Hello, world!", "es", "en")

print(text)
```
## Feedback and Support
If you encounter any issues or have questions, feel free to open an issue on GitHub. I would love to hear your feedback!

## License
This project is licensed under the MIT License. See the LICENSE file for more details.

### Don't forget to star the repository if you find this project helpful! ⭐️ 
