Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 640 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 640 Bytes

Lina Tanslate

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.

How to install/use

Clone repository and install it

git clone https://github.com/PrestoSole/lina.git
cd lina
sudo python3 setup.py install
cd ..

Install dependencies

pip install -r requirements.txt

Run main.py

# Directly
python3 main.py
# Using uvicorn
uvicorn main:app --port 5000

Run in browser

http://localhost:5000