Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lijy91/biyi
Biyi (比译) is a convenient translation and dictionary app written in Flutter.
https://github.com/lijy91/biyi
dictionary flutter flutter-app flutter-desktop flutter-desktop-app flutter-web flutter-web-app linux macos translate translation translator ubuntu windows
Last synced: 9 days ago
JSON representation
Biyi (比译) is a convenient translation and dictionary app written in Flutter.
- Host: GitHub
- URL: https://github.com/lijy91/biyi
- Owner: lijy91
- License: agpl-3.0
- Created: 2021-03-06T15:12:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T15:03:47.000Z (about 2 months ago)
- Last Synced: 2024-10-26T14:34:59.866Z (15 days ago)
- Topics: dictionary, flutter, flutter-app, flutter-desktop, flutter-desktop-app, flutter-web, flutter-web-app, linux, macos, translate, translation, translator, ubuntu, windows
- Language: Dart
- Homepage: https://biyidev.com
- Size: 23 MB
- Stars: 1,329
- Watchers: 10
- Forks: 123
- Open Issues: 22
-
Metadata Files:
- Readme: README-ZH.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - lijy91/biyi - Biyi (比译) is a convenient translation and dictionary app written in Flutter. (Dart)
README
# biyi
[![GitHub (pre-)release](https://img.shields.io/github/release/lijy91/biyi/all.svg?style=flat-square)](https://github.com/lijy91/biyi/releases) [![GitHub (pre-)release](https://img.shields.io/badge/distribute%20with-flutter__distributor-green?style=flat-square)](https://github.com/leanflutter/flutter_distributor)
**比译** 是一个用 Flutter 编写的便捷翻译和词典应用。[查看文档](https://biyidev.com/docs/)
> "Biyi" (比译) is the Chinese word for "Comparison + translation".
---
[English](./README.md) | 简体中文
---
![](https://biyidev.com/images/screenshots/biyi_extract_text_from_screen_selection.gif)
## 平台支持
| Linux | macOS | Windows |
| :---: | :---: | :-----: |
| ✔️ | ✔️ | ✔️ |## 安装
下载可以在[发布版本](https://github.com/lijy91/biyi/releases/latest)页面上找到,也可以在[网站](https://biyidev.com/release-notes)上找到其他安装方法。
**要用 Homebrew 安装,请运行:**
```bash
brew tap lijy91/biyi
brew install biyi
```## 开发
我们欢迎您加入比译的开发。
> 在提出 Pull Request 之前,请务必阅读[贡献指南](https://github.com/lijy91/biyi/blob/main/.github/CONTRIBUTING.md)。
### ⚠️ Linux requirements
- `appindicator3-0.1`
- [`keybinder-3.0`](https://github.com/kupferlauncher/keybinder)运行以下命令
```
sudo apt-get install appindicator3-0.1 libappindicator3-dev
sudo apt-get install keybinder-3.0
```### 开始之前
1. 通过 git 克隆代码库:
```
$ git clone https://github.com/lijy91/biyi.git
```2. 切换到 `biyi` 目录
```
$ cd ~/biyi
```4. 安装依赖项
```
$ melos bs
```### 运行应用
```
$ cd apps/biyi_app
$ flutter run -d linux / macos / windows
```## 讨论
> 欢迎加入讨论组,与我分享你的建议和想法。
- [QQ Group](https://jq.qq.com/?_wv=1027&k=vYQ5jW7y)
## Related Links
- https://github.com/lijy91/biyi
- https://github.com/biyidev/uni_ocr
- https://github.com/biyidev/uni_translate
- https://github.com/leanflutter/hotkey_manager
- https://github.com/leanflutter/screen_text_extractor
- https://github.com/leanflutter/tray_manager
- https://github.com/leanflutter/window_manager## 许可证
[AGPL](./LICENSE)