Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fast, free dictionary viewer for the Longman Dictionary of Contemporary English (LDOCE) 5th ed.

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
COPYING.txt
Notifications You must be signed in to change notification settings

stanaka/ldoce5viewer

 
 

Repository files navigation

LDOCE5 Viewer

⚠️ This repository is no longer actively maintained.


The LDOCE5 Viewer is an alternative dictionary viewer for the Longman Dictionary of Contemporary English 5th Edition (LDOCE 5).

image

It runs on macOS, Linux and Microsoft Windows.

This software is free and open source software licensed under the terms of GPLv3.

As of 2021/12/26, m1 mac brew does not have QtWebEngine in qt@5 so using x86_64 version is necessary.

brew install [email protected] qt@5

## install libraries
pip3 install pyqt5
pip3 install pyqt5-tools
pip3 install PyQtWebEngine
pip3 install whoosh
pip3 install lxml

## sound on macos
pip3 install PyObjC

## build
make install

## for macos app
pip3 install py2app
pip3 install opencv-python-headless
python3 ./setup.py py2app

About

Fast, free dictionary viewer for the Longman Dictionary of Contemporary English (LDOCE) 5th ed.

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
COPYING.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.9%
  • CSS 5.3%
  • Other 0.8%