A straight forward python script that translates text in one language to another
Explore the docs »
A python translation script that translates one text in one language to another. It supports several languages
To get a local copy up and running follow these simple steps.
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
- Clone the repository
https://github.com/danielkpodo/language-translater.git
- Install pypi package
pip install translate
- Paste text into the file at
./translations/navy_ethos
you can alter the language options in app.py
- 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
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Daniel Narh - @NarhKpodo - kpododanielnarh@gmail.com
Project Link: https://github.com/danielkpodo/language-translater