/language-translater

A python script that translates one language to another

Primary LanguagePythonMIT LicenseMIT

Forks Stargazers MIT License LinkedIn


Logo

Offline Translation Service

A straight forward python script that translates text in one language to another
Explore the docs »

Table of Contents

About The Project

A python translation script that translates one text in one language to another. It supports several languages

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

To get local working solution on your laptop or pc. follow this simple steps

  • python
install the latest version of python on your set-up

Installation

  1. Clone the repository
https://github.com/danielkpodo/language-translater.git
  1. Install pypi package
pip install translate
  1. Paste text into the file at ./translations/navy_ethos
you can alter the language options in app.py
  1. In terminal run the command python app.py

Wait for the program to complete and the success message. Once done open ./translations/converted.txt/ for your translated text. Note this script supports a maximum of 500 characters

Visit wikipedia for supported lang options

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Daniel Narh - @NarhKpodo - kpododanielnarh@gmail.com

Project Link: https://github.com/danielkpodo/language-translater