https://github.com/happyseafox/phrasebooks
https://github.com/happyseafox/phrasebooks
language-learning vocabulary-learning
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/happyseafox/phrasebooks
- Owner: HappySeaFox
- License: gpl-3.0
- Created: 2025-03-21T14:11:20.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-21T17:29:49.000Z (7 months ago)
- Last Synced: 2025-03-21T18:29:58.161Z (7 months ago)
- Topics: language-learning, vocabulary-learning
- Language: C++
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Phrasebooks
-----------Author: Dmitry Baryshev
License: GNU GPLv3+ (see LICENSE.txt)The purpose of this applications is to manage English phrasebooks
and load the specified English word or text into an external dictionary.The application DOES NOT translate a text, it only loads it into an external
dictionary to get the full translation with synonyms, examples, articles etc.The application is intended to a person who'd like to learn an English
vocabulary and widen his/her English lexicon (other languages are not supported
at this time), but his/her favorite dictionary doesn't support advanced
phrasebooks.If your favorite dictionary supports advanced phrasebooks, then
you don't need this application.The C++ code is heavily based on the THT code: https://github.com/HappySeaFox/tht
Some useful video tutorials: https://www.youtube.com/@phrasebookslinker6474
Other license notes
-------------------* "Phrasebooks" icon
http://findicons.com/icon/177876/dictionary?id=177911
Author: Jack Cai
License: Creative Commons Attribution No Derivatives (by-nd)* Country flags are taken from
http://icondrawer.com/free.php
License: Free
* Other icons are taken from the Fugue Icons theme
http://p.yusukekamiyamane.com/
Author: Yusuke Kamiyamane
License: Creative Commons Attribution 3.0 License* GDI drawing functions are based on Spy
http://www.codeproject.com/Articles/1698/MS-Spy-style-Window-Finder
Author: Lim Bio Liong
License: CPOL* FindBestChildProc, FindBestChild, RealWindowFromPoint in Utils
http://www.codeforge.cn/read/167975/WindowFromPointEx.c__html
Author: J Brown
License: Freeware