Metadata-Version: 2.1
Name: googletrans-py39
Version: 4.0.2
Summary: Free Google Translate API for Python. Translates totally free of charge.
Home-page: https://github.com/StarkBotsIndustries/googletrans
Author: Coykto
Author-email: coykto@gmail.com
License: MIT
Keywords: google translate translator
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: Freeware
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Education
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.22.0
Requires-Dist: h2<5,>=4

# googletrans-py

This is a fork of the [googletrans](https://github.com/ShivangKakkar/googletrans) to make it compatible with Python3.9.

> **Note**: I have no intention to add features or to maintain this project. This is a permanent solution to a "temporary" problem.

## Installation

### PyPI

This project is available on [PyPI](https://pypi.org/project/googletrans-py39) and can be installed using pip.

```shell
pip install googletrans-py39
```

### Repository

You can also install the project directly from this repository.

```shell
pip install git+https://github.com/Coykto/googletrans.git
```

## Credits

Original Author - [Suhun Han](https://github.com/ssut)

Original Repository - [googletrans](https://github.com/ssut/py-googletrans)
