https://github.com/karlb/wikdict-web
Web front end for WikDict dictionaries
https://github.com/karlb/wikdict-web
dictionary flask free open-data python sqlite translation wiktionary
Last synced: 5 days ago
JSON representation
Web front end for WikDict dictionaries
- Host: GitHub
- URL: https://github.com/karlb/wikdict-web
- Owner: karlb
- License: mit
- Created: 2019-11-07T20:00:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-12T14:13:30.000Z (6 months ago)
- Last Synced: 2025-10-10T22:20:54.969Z (3 months ago)
- Topics: dictionary, flask, free, open-data, python, sqlite, translation, wiktionary
- Language: Python
- Homepage: https://www.wikdict.com
- Size: 523 KB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WikDict Web
This is the web front end for WikDict dictionaries, which is running at [www.wikdict.com].
[www.wikdict.com]: https://www.wikdict.com
# Development Setup
Clone the wikdict-web reposity
git clone https://github.com/karlb/wikdict-web
cd wikdict-web
If you have generated dictionaries using [wikdict-gen], link those dictionaries to `data/dict`. If you don't have a local copy of the dictionaries, use the `download_dicts.sh` script to download a complete set of dictionaries.
Now you can run the development server
./run_dev.sh
and connect to http://localhost:5000/.
[wikdict-gen]: https://github.com/karlb/wikdict-gen