Skip to content

ArthurGossel1/deep-translator-website

 
 

Repository files navigation

Deep-translator website


Description

Django-tailwind Website for deep-translator project : https://github.com/nidhaloff/deep-translator

Features

  • ✅ Choose among Google, Microsoft, DeepL, Pons, Yandex, Linguee, MyMemory, Papago, Qcri
  • ✅ Swap languages
  • ✅ Compare translations from different providers
  • ⬜️ Translate files
  • ⬜️ See differents translations from same provider
  • ⬜️ Vocal pronunciation
  • ⬜️ Dynamic language detection
  • And check all open issues or even submit yours !

Installation

Clone repo

Clone git repo

git clone https://github.com/nidhaloff/deep-translator-website.git

Create virtual env and install dependencies

To create a virtual environment, go to folder translator-website, and type in cmd :

python3 -m venv translator-env
  • For Windows users, type :
    translator-env\Scripts\activate.bat
  • For Mac/Linux users, type :
    source translator-env/bin/activate

Then, install dependencies :

Stay in translator-website folder, and type in cmd :

python3 -m pip install -r ./requirements.txt

Start project

To start tailwind, cmd :

python3 manage.py tailwind start

To dev, in another cmd :

python3 manage.py runserver

Troubleshooting

Some known issues :

  • If you have an error with npm, try to install it and add it to setting.py file in NPM_BIN_PATH variable :
NPM_BIN_PATH = 'C:\\Program Files\\nodejs\\npm.cmd'

License

MIT

Author

@TonyBionda and @ArthurGOSSEL1

Enjoy !

About

A website based on the deep-translator package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 49.2%
  • Python 34.0%
  • CSS 9.6%
  • JavaScript 6.8%
  • Shell 0.4%