CLI and library to look up dictionary in macOS.
Project description
macdict is a command line utility and library to look up dictionary in macOS.
It is built on the Dictionary Services (CoreServices.framework) and ctypes. So we have a pure Python implementation without any compile-time dependency.
Installation
$ pip install macdict
or with pipsi for using its CLI only:
$ pipsi install macdict
CLI Usage
$ macdict-lookup apple apple | BrE ˈap(ə)l, AmE ˈæpəl | noun (fruit) ...
API Usage
from macdict import lookup_word
definition = lookup_word(u'apple')
print(definition)
Contributing
If you want to report bugs or request features, please feel free to open issues or create pull requests on GitHub.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
macdict-0.1.4.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file macdict-0.1.4.tar.gz
.
File metadata
- Download URL: macdict-0.1.4.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0355108dc0722218cac99b0200f8f796b2a8d8f3f2383c17d2f32b6a1163604b |
|
MD5 | e689d123744b3dbd1c17dfe3ab8e27ca |
|
BLAKE2b-256 | 254aa3b8b1384fa33de5a95de365ea401f37d78d8e62e4e85f69c12a08d1322c |
File details
Details for the file macdict-0.1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: macdict-0.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e80342aa8dab028a387a0e594879c327c917d15abc3a495033fb6d2990b9716f |
|
MD5 | 99b9e7efa7a70cb3881588c50dfda8bc |
|
BLAKE2b-256 | 45d26485dd0287150b4eb6183888d3f41fc46c9f7bf33a9a002531309c14138b |