An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 兰译 lfy 兰译

[![CHI](https://img.shields.io/badge/CHI-中文-red?style=for-the-badge)](README_ZH.md) [![ENG](https://img.shields.io/badge/ENG-English-blue?style=for-the-badge)](README.md)

### 🖥️ GTK Version


Home
Settings
Settings1

### 🧩 Qt Version


Home
Settings
Settings1

---

## 🎨 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:

[![Download on Flathub](https://flathub.org/assets/badges/flathub-badge-en.png)](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/widget/lfy/lfy/multi-auto.svg)](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)