diff --git a/README.md b/README.md new file mode 100644 index 0000000..09a95eb --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +Sefaria `fortune` Generator +--- + +This repository provides a Python 3 module called `sefaria_fortune_gen` that +pulls text from the top-ranked Hebrew and English sources in Sefaria for a given +text and creates a basic `fortune` database from them, verse by verse. + +## Usage + +![Example of the tool being run in a terminal](data/screenshot.png) + +This repo uses `uv`, so you can invoke the tool as +`uv run python -m sefaria_fortune_gen `. + diff --git a/data/screenshot.png b/data/screenshot.png new file mode 100644 index 0000000..019722d Binary files /dev/null and b/data/screenshot.png differ