All Projects → FindHao → ciba

FindHao / ciba

Licence: GPL-3.0 License
linux下的划词翻译工具

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ciba

nebrija
A simple Ruby wrapper for the official Spanish dictionary (RAE)
Stars: ✭ 18 (-33.33%)
Mutual labels:  dictionary
gdict
A command line dictionary written in golang powered by multi engines.
Stars: ✭ 21 (-22.22%)
Mutual labels:  dictionary
oxford dictionary
📙 A Ruby wrapper for the Oxford Dictionary API
Stars: ✭ 23 (-14.81%)
Mutual labels:  dictionary
FPL
Fortran Parameter List. A fortran dictionary where to put the parameters of your application.
Stars: ✭ 29 (+7.41%)
Mutual labels:  dictionary
glosarium
Glosarium adalah suatu daftar alfabetis istilah dalam suatu ranah pengetahuan tertentu yang dilengkapi dengan definisi untuk istilah-istilah tersebut.
Stars: ✭ 12 (-55.56%)
Mutual labels:  dictionary
hujiang dictionary
日语词典/英语词典/终端词典/沪江小d/沪江小d API
Stars: ✭ 40 (+48.15%)
Mutual labels:  dictionary
qstardict
A read-only mirror
Stars: ✭ 55 (+103.7%)
Mutual labels:  dictionary
amelia 2.0
An Artificial Intelligence Chat Bot and Service Provider written in Python and AIML.
Stars: ✭ 19 (-29.63%)
Mutual labels:  dictionary
yomu
英和辞書付きPDF閲覧ソフト
Stars: ✭ 48 (+77.78%)
Mutual labels:  dictionary
bilisim sozlugu
Translating computer words from English to Turkish
Stars: ✭ 28 (+3.7%)
Mutual labels:  dictionary
tuja-vortaro
Tuja, simpla, libra poŝvortaro.
Stars: ✭ 21 (-22.22%)
Mutual labels:  dictionary
sfdc-generate-data-dictionary
Generate data dictionary from a Salesforce Org. This tool can also generate a file that can be imported in Lucidchart to define entities and relationships.
Stars: ✭ 36 (+33.33%)
Mutual labels:  dictionary
kbbi4
Official kbbi5 for Android
Stars: ✭ 26 (-3.7%)
Mutual labels:  dictionary
oxford-dictionary
A nodeJS wrapper for using the oxforddictionary.com V2 REST API.
Stars: ✭ 28 (+3.7%)
Mutual labels:  dictionary
dict
My dictionary for simplicity, intelligence, and beauty.
Stars: ✭ 22 (-18.52%)
Mutual labels:  dictionary
tudien
Từ điển tiếng Việt dành cho Kindle
Stars: ✭ 38 (+40.74%)
Mutual labels:  dictionary
RepositoryHelpers
📦 Extensions for HttpClient and Custom Repository based on dapper
Stars: ✭ 22 (-18.52%)
Mutual labels:  dictionary
WiBr
Wifi Bruteforce (WiBr) is a wifi cracking tool written in c#.
Stars: ✭ 56 (+107.41%)
Mutual labels:  dictionary
unofficial-jisho-api
Encapsulates the official Jisho.org API and also provides kanji, example, and stroke diagram search.
Stars: ✭ 88 (+225.93%)
Mutual labels:  dictionary
UltimateCMSWordlists
📚 An ultimate collection wordlists of the best-known CMS
Stars: ✭ 54 (+100%)
Mutual labels:  dictionary

ciba 词霸

基于python3 PyQt5写的一个简易划词翻译软件。

测试平台:Debian 9 x86_64

数据源取自金山词霸网页版。

功能

目前实现的功能

  • 划词弹出翻译
  • 翻译内容有音标和基本释义
  • 弹出后自动发美音

todo

  • 更多内容的添加,比如例句等等
  • 添加一个主界面
  • 全局快捷键开启和关闭

安装和使用

git clone或者下载release的项目zip(推荐下载release,防止因我正在开发修改导致的bug),

安装依赖:

sudo apt-get install python3-pyqt5.qtmultimedia libqt5multimedia5-plugins
git clone [email protected]:FindHao/ciba.git
cd ciba/
# 建议使用虚拟环境,防止和外部环境冲突
virtualenv -p /usr/bin/python3 myenv
source myenv/bin/activate
pip3 install -r requirements.txt

在项目目录下

python3 entry.py

使用tips

  • 在弹出的释义窗口按下esc可以隐藏窗口,按下ctrl+c可以复制过滤了换行等特殊字符的字符串,ctrl+shift+c可以复制原生的字符串
  • 建议通过双击取词,在部分编辑器下,可能按住鼠标滑动取词有问题,如遇到,请提issue反馈
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].