https://github.com/ldrfy/lfy
simple translate app for linux, support baidu tencent google bing aliyun huoshan
https://github.com/ldrfy/lfy
adwaita gnome gtk4 linux meson python translation
Last synced: 3 months ago
JSON representation
simple translate app for linux, support baidu tencent google bing aliyun huoshan
- Host: GitHub
- URL: https://github.com/ldrfy/lfy
- Owner: ldrfy
- License: gpl-3.0
- Created: 2023-11-28T12:08:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-30T01:40:31.000Z (3 months ago)
- Last Synced: 2026-03-30T03:51:19.783Z (3 months ago)
- Topics: adwaita, gnome, gtk4, linux, meson, python, translation
- Language: Python
- Homepage: https://ldr.cool/lfy/
- Size: 964 KB
- Stars: 28
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 兰译 lfy 
[](README_ZH.md) [](README.md)
### 🖥️ GTK Version
### 🧩 Qt Version
---
## 🎨 feature
✅ Support translation using **[ollama](https://github.com/ldrfy/docs/blob/main/servers/t/ollama.md)** !
## 🚀 Installation
> If you have Python and pip installed, you can quickly install the Qt version via terminal:
```bash
pip install lfy
```
Run:
```bash
lfy
```
---
### 📦 Auto-compiled versions are also available:
🔗 [Click here to download](https://github.com/ldrfy/lfy/releases/tag/auto):
Includes `rpm`, `deb`, `flatpak`, `archlinux`, `whl`
✅ Supported systems:
- Arch Linux (latest)
- Ubuntu 24.04
- openSUSE Tumbleweed
- Fedora 41
🔁 Use **Flatpak** for cross-platform support:
[](https://flathub.org/apps/details/cool.ldr.lfy)
---
### 🏗️ Manual Compilation
Ensure you have the necessary dependencies installed, then execute:
```bash
git clone https://github.com/ldrfy/lfy.git
cd lfy
# Build all supported package formats: aur, deb, rpm, flatpak, pip
make release
# Or build a specific format; see the `release` section in the Makefile
# The generated packages will be located in the `dist` directory
ls -l dist
```
---
## 🌐 Translate
> [Translation Guide](https://github.com/ldrfy/docs/blob/main/TRANSLATE.md)
[](https://hosted.weblate.org/engage/lfy/)
## 📚 Documentation & Community
- 📘 [Software Documentation](https://github.com/ldrfy/docs)
- 🛠️ [Contributing Guide](https://github.com/ldrfy/docs/blob/main/CONTRIBUTE.md)
- 📝 [Changelog](https://github.com/ldrfy/docs/blob/main/CHANGELOG.md)