/rhyme-cli

Get words that rhyme, in English, on the CLI (written in Python)

Primary LanguageShellMIT LicenseMIT

rhyme.py

There’s a bash script here that uses the Datamuse API, and a Python script using the CMU Pronouncing Dictionary. The Python script has fairly mixed results.

Python script Installation

git clone https://github.com/tigger04/rhyme-cli.git rhyme-cli
cd rhyme-cli
python3 -m virtualenv .
python3 -m pip install -r requirements.txt

Bash script requirements

  • jq
  • curl

Usage

rhyme [word]

# or

rhyme.py [word]