Metadata-Version: 2.4
Name: pytran
Version: 0.0.1
Summary: Translator, free, and alot of language are supported
Author-email: AYMEN||d9c <aymenmw@proton.me>
Description-Content-Type: text/markdown
License-Expression: GPL-3.0-or-later
License-File: LICENSE

<p align="center">
  <img src="https://img.shields.io/badge/d9c-PyPI-red" alt="Version Badge">
  <img src="https://img.shields.io/badge/pytran:%20Python%20translating%20library.-8A2B295" alt="Description Badge">
  <a href="https://badge.fury.io/py/pytran">
    <img src="https://badge.fury.io/py/pytran.svg" alt="PyPI version">
  </a>
  <br>
  <a href="https://github.com/kkkik">
    <img src="https://img.shields.io/badge/GitHub-Profile-black?logo=github" alt="GitHub Profile">
  </a>
  <a href="https://t.me/TastyCode">
    <img src="https://img.shields.io/badge/Report%20Issues-Telegram-blue?logo=telegram" alt="Report Issues">
  </a>
</p>

[!!]**Python Translate Library**
## Installing on Terminal, or CMD
```bash
pip install pytran==0.0.1
```
Import: from pytrans import translate

# Automatic identification of the text in the language, and translate.
`print(translate("How are you?", to_lang="ar"))` 

# Translate with from and to.
`print(translate("Bonjour", from_lang="fr", to_lang="en"))`
<br><br>
<p align="center">
  <img src="https://img.shields.io/badge/Made%20with-%20❤️%20by%20kkkik-blue?style=flat&logo=heart" alt="Made with love">
</p>

