nidhaloff / deep-translator

A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.
https://deep-translator.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
1.59k stars 182 forks source link

API, Website and desktop app based on deep-translator? #144

Open nidhaloff opened 2 years ago

nidhaloff commented 2 years ago

Description

Hey y all,

I know it's hard for newcomers to join the amazing open-source world because I've been there.

In order to invite people to the project and mainly give others the opportunity to join the open-source world and make their first contribution, I wanted to propose the idea of developing a website and maybe even a desktop app based on the deep-translator package.

I honestly don't have much time to work on everything alone, therefore, I'm basically opening this issue to hear from the community. Maybe some of you can share their ideas/opinions and we can work something great that all others will benefit from ;)

Years ago, I developed a mobile app based on deep-translator. I called it Translator++. You can find it on play-store here. The code is also open source and you can find it here. I used the kivy framework to build this cross-platform app.

Building a website or desktop app can be a great challenge for people that want to join open-source.

Repo for the API: https://github.com/nidhaloff/deep-translator-api Repo for the website: https://github.com/nidhaloff/deep-translator-website Repo for the desktop app: https://github.com/nidhaloff/deep-translator-dektop-app

sam-sunder commented 2 years ago

Hi @nidhaloff I was interested to develop a web application using django Can I ?

nidhaloff commented 2 years ago

@sam-sunder Sure sounds great. I already set up a repo for the website. this repo. I can add you as a collaborator so that you can push and work without waiting for my approval. Would you be interested?

sam-sunder commented 2 years ago

Yes I'm interested Thanks for opportunity

nidhaloff commented 2 years ago

First API version has been released: try it out here

ASCE-D commented 2 years ago

@sam-sunder Hello brother , I want to help you with developing the web-app .

sam-sunder commented 2 years ago

@ASCE-D Sure

0xStryK3R commented 2 years ago

@nidhaloff I am interested in helping build the website/api. Do let me know if there is any way I can contribute!

krati5 commented 2 years ago

Hi @nidhaloff, I would like to help with building/updating web application or APIs. Please consider me for contribution.

happycoding47 commented 2 years ago

Hi @nidhaloff, I'm a newbie but I'd like to contribute! I can help with website or APIs, or maybe add another translator, like "Baidu translation"(a popular multilingual translation services in China)?

ArthurGossel1 commented 1 year ago

Hi @nidhaloff, We have worked with @TonyBionda on website using what was already existing in https://github.com/nidhaloff/deep-translator-website

We still used Django but refactored it to make it works with Tailwind.

It's only the first version so there is maybe still few bugs. Could you see the PR attached here : https://github.com/nidhaloff/deep-translator-website/pull/1 and come back to us to see what could we improve

To make all translators work, we just need API keys in .env

shreyanshhub commented 1 year ago

Hey as I can see the website part has not progressed , I can help you to start buliding it in flask

nidhaloff commented 1 year ago

I reviewed your PR and left some notes. Did you check it?

nidhaloff commented 1 year ago

Hey as I can see the website part has not progressed , I can help you to start buliding it in flask

Hey, thanks for joining. sure, go ahead and open a PR ;)

Sascha-B23 commented 10 months ago

Hey @nidhaloff, i would love to participate in this project and build a small prototype for an desktop app with tkinter or maybe an electron app using the api. What do You think? Is this still wanted/needed?

SathishkumarK-003 commented 1 month ago

Hi @nidhaloff, The deep_translator python package has Google Translate API. Google Translate API is a paid service but you mention deep_translator is 100% free and unlimited. How it is possible?? Or it have any limitations?