https://github.com/agmmnn/datamuse-cli
A command line interface that displays results from the Datamuse API.
https://github.com/agmmnn/datamuse-cli
cli datamuse dictionary linguistics python3 rich thesaurus wordsearch
Last synced: 6 months ago
JSON representation
A command line interface that displays results from the Datamuse API.
- Host: GitHub
- URL: https://github.com/agmmnn/datamuse-cli
- Owner: agmmnn
- Created: 2022-04-15T21:28:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T13:23:10.000Z (over 3 years ago)
- Last Synced: 2025-03-18T13:44:08.900Z (7 months ago)
- Topics: cli, datamuse, dictionary, linguistics, python3, rich, thesaurus, wordsearch
- Language: Python
- Homepage: https://pypi.org/project/datamuse-cli/
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README

# datamuse-cli
## Install:
```
pip install datamuse-cli
```## Usage:
```python
> datamuse sky
# Show results for "sky"> datamuse sky:color
# Show results for the word "sky" related to the topic "color".> datamuse sky:color,human
# Show results for the word "sky" related to the topics "color, human".
```## Example Usage:
```
> datamuse thyme -m 7๐กsynonyms/similars: ๐ญevocative:
โถโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโถโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโด
herb, oregano, rosemary, marjoram, marjoram, oregano, thymus, eyebright,
parsley, tarragon, fennel harebell, thymol, hyssop๐ฃsound[saสnd]: ๐งฎsimilar spelling: ๐rhymic:
โถโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโถโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโถโโโโโโโโโโโโโโโโโโโโโโโโโโโด
them, theme, tham, thein, rhyme, theme, chyme, tyme, time, paradigm, sublime,
thiem, thieme thymy, thome rhyme, prime, crime, lime___ + thyme: thyme + ___: thyme...:
โถโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโถโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโถโโโโโโโโโโโโโโโโโโโโโโโโโโโด
wild, fresh, lemon, common, oil, leaved, mixture, thymectomy, thymene,
little, sweet, chopped sauce, leaf, blossoms, bank thymelaeaceae, thyme
camphor, thymes,
thyme-leaved speedwell
```## Arguments
```
-h, --help show this help message and exit
-m, --max maximum number of words to display
-v, --version show program's version number and exit
```## Dependencies
- [rich](https://pypi.org/project/rich/)
- [aiohttp](https://pypi.org/project/aiohttp/)