Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 197 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 197 Bytes

rhymes-with

A simple utility that prints a list of rhyming words:

$ rhymes_with book
cook
crook
brook
...

building

pip install .

testing

pytest