A private Google Translate frontend.
Lina does not use any Google framework libraries or APIs. It only parses the website in order to gain the information it needs.
This project is a fork of https://git.sr.ht/~metalune/simplytranslate_web.
git clone https://github.com/PrestoSole/lina.git
cd lina
sudo python3 setup.py install
cd ..
pip install -r requirements.txt
# Directly
python3 main.py
# Using uvicorn
uvicorn main:app --port 5000
http://localhost:5000