From 5e445ee8ff7af8e8bb1684565f68e61c8febae45 Mon Sep 17 00:00:00 2001 From: "David Rogers AKA \"AL the X" Date: Wed, 28 Aug 2019 17:32:57 -0400 Subject: [PATCH] Fix markdown formatting with adequate whitespace Make it so. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 243d618..0238974 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,17 @@ This project was inspired by the many other "lorem ipsum" type generators out th I found a site, http://antoa.com/tng/, which contains the scripts of every episode of Star Trek: The Next Generation. I scraped the site then parsed out all Riker's lines. After a little bit of cleaning up, I created a large object full of every line he's ever spoken in TNG. I saved that to a pickle for quick loading, and wrote **rikeripsum.py** to generate random sentences. -###TODO +### TODO + - Ability to generate random words. - Ability to select which character you'd like to pull lines from (this is started). - Perhaps a way to construct truly random sentences using a sampling of words from the dialog. -###Try it out -#####Live sample available here: http://ben174.github.io/rikeripsum/ +### Try it out + +##### Live sample available here: http://ben174.github.io/rikeripsum/ -##Usage +## Usage from rikeripsum import rikeripsum rikeripsum.generate_paragraph()