Skip to main content

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


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.3.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

macdict-0.1.3-py2.py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page