/freestyle-words

A public list of words that you can rhyme to

Primary LanguageShellMIT LicenseMIT

Freestyle Words

By Zack Shapiro

This is a public list of common English words you can use however you like.


Formatting

The text in the .csv file should be formatted with one entry per line, then a comma, then a new line, then more text, etc.


Compression/Decompression

To compress the local .csv file:

gzip -k words.csv

To decompress the local .csv file:

gzip -d words.csv.gz


Contributing

  1. If you don't know how to code:

coming soon

  1. If you do know how to code:

coming soon


Troubleshooting


License

MIT