(2025-08-06) Random ToRead Paragraph app

want to build Random antilibrary/ToRead-Paragraph app

UI: web page that displays a random paragraph, with source info

Aug06: Use calibre to turn all my epubs into txt files! Each paragraph is a "line", have double-break between each.

  • ooh, I could also use some of these as a corpus if I return to playing with Markov Chain bots
    • also, the idea down below of ignoring super-short paragraphs would make sense in such bots, too...

Aug09:

  • made code/py3/other/randomBlurb folder, create venv
  • generate list of books into text file; won't use db, just read random "line" from file
  • pick a book at random from list, then get a random line (that's over 64chars): print line and book-path.
  • right now just command-line that returns text. Which I could live with, but it's tiny/ugly to read.
    • duh, change Terminal window profile, now it's white text on blue background.
    • no smart wrapping, just wraps mid-word. Ah, textwrap() library!

Edited:    |       |    Search Twitter for discussion