Skip to content

prestosole/lina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A private Google Translate frontend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published