Metadata-Version: 2.1
Name: csv_trans
Version: 0.0.3
Summary: A package for translating csv files across multiple languages
Home-page: https://github.com/ML-Dev-Hub/universal-translator-for-csv-files
Author: Saeed Ahmad
Author-email: saeedahmad.icp@gmail.com
Keywords: python,csv,translate,translator,google,google translator,google translate,translate csv
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE


## Universal Translator for csv files

This package is used to translate csv files across multiple languages. It uses google translator api to translate the csv-data from almost any source languague to any target language. It can handle almost all value types, even for large files, saving your time and effort. Say goodbye to manual translations and achieve professional and high-quality translations for your CSV files effortlessly with our CSV Translator.


## Installation
pip install csv-trans

## How to use it?
You can use it in two ways:
1. Using the command line interface (CLI) 
2. Using the import utility in your python code
    You can import the package and use the translate function to translate your csv file. You can use dogstrings to get more information about the function.
    For example:
    ```from csv_trans import translate```
    ```translate(file, source_language, target_language, sep=',')```


For Further information, checkout our Github page: 	https://github.com/ML-Dev-Hub/universal-translator-for-csv-files
    
     
## Contributors 


<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tbody>
    <tr>
      <td align="center"><a href="https://github.com/saeedahmadicp"><img src="https://avatars.githubusercontent.com/saeedahmadicp?v=4?s=100" width="100px;" alt="Saeed Ahmad"/><br /><sub><b>Saeed Ahmad</b></sub></a></td>
      <td align="center"><a href="https://github.com/ali-izhar"><img src="https://avatars3.githubusercontent.com/ali-izhar?v=4?s=100" width="100px;" alt="Izhar Ali"/><br /><sub><b>Izhar Ali</b></sub></a></td>
 </tr>
  </tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->


