# biyi **Repository Path**: coder-lijing/biyi ## Basic Information - **Project Name**: biyi - **Description**: 学习使用biyibiyibiyi - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: embed_web - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-13 - **Last Updated**: 2023-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # biyi_app [![GitHub (pre-)release](https://img.shields.io/github/release/biyidev/biyi_app/all.svg?style=flat-square)](https://github.com/biyidev/biyi_app/releases) `Biyi` is a convenient translation and dictionary app written in `dart` / `Flutter`. [View document](https://biyidev.com/docs/) > "Biyi" (比译) is the Chinese word for "Comparison + translation". [![Discord](https://img.shields.io/badge/discord-%237289DA.svg?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/9CaArkhC) --- ![](https://biyidev.com/images/screenshots/biyi_app_extract_text_from_screen_selection.gif) ## Platform Support | Linux | macOS | Windows | | :---: | :---: | :-----: | | ➖ | ✔️ | ✔️ | ## Installation Downloads are available on the [Releases](https://github.com/biyidev/biyi_app/releases/latest) page. Also check out the [website](https://biyidev.com/release-notes) for other installation methods. ## Development We welcome you to join the development of `Biyi`. ### Before You Start 1. Create working directory ``` $ mkdir ~/biyidev $ cd ~/biyidev ``` 2. Clone dependency repos via git: ``` $ git clone https://github.com/biyidev/uni_ocr.git $ git clone https://github.com/biyidev/uni_translate.git ``` 3. Clone this repo via git: ``` $ git clone https://github.com/biyidev/biyi_app.git ``` 4. Change to `biyi_app` directory ``` $ cd ~/biyidev/biyi_app ``` 5. Install dependencies ``` $ flutter pub get ``` ### Run app ``` $ flutter run -d linux / macos / windows ``` ## Discussion > Welcome to join the discussion group to share your suggestions and ideas with me. - WeChat Group 请添加我的微信 lijy91,并备注 比译 - [QQ Group](https://jq.qq.com/?_wv=1027&k=vYQ5jW7y) - [Telegram Group](https://t.me/joinchat/nFrk4KsXFc84ZGNl) ## Related Links - https://github.com/biyidev/biyi_app - 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 ## Contribution Please make sure to read the [Contributing Guide](https://github.com/biyidev/biyi_app/blob/main/.github/CONTRIBUTING.md) before making a pull request. Thank you to all the people who already contributed to Biyi! ## License ```text MIT License Copyright (c) 2021 LiJianying Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```