LingoLift is a lightweight desktop tool that lets you translate PDF files into your desired language — right from your local machine.
Whether you're a traveler, student, researcher, or professional, LingoLift gives you on-the-go PDF translation without needing to copy and paste chunks of text into online tools.
- 📄 Translate entire PDFs in one go
- 🌍 Choose any target language
- 🎯 Simple and intuitive interface
- ⚙️ Fully offline after installation
- 💾 Save translated text as a clean PDF
This app is designed for quick, portable translations. For high-fidelity formatting or advanced document layouts (e.g., scientific papers, complex PDFs), integrity-preserving support is planned for future releases.
-
Clone the repository
git clone https://github.com/Garuda8887/lingolift.git cd lingolift
-
(Optional) Create a virtual environment
python -m venv venv source venv/bin/activate # or venv\Scripts\activate on Windows
-
Install dependencies
pip install -r requirements.txt
-
Run the app
python lingolift.py
Supports all languages provided by Google Translate.
PyPDF2
googletrans
reportlab
tkinter
ttkthemes
MIT License © Garuda8887