diff --git a/README.md b/README.md index e2eacbf..5d3d2e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ +## disclaimer: + +i wrote this cli rapper for `markovify` because i wanted its features to be available as a cli tool and i published it on pypi.org because i wanted to share it with friends. + +it was written by a total novice, so you probably shouldn’t download it. i only learned about `argparser` yesterday, and pypi.org today, no matter what day it is. tomorrow i might learn about `os` and `sys`. + +on the other hand, if you are a programmer and interested in expanding my terribly written non-programmer's code, by all means do! + ## mkv-this `mkv-this` is a little script that outputs a bunch of bot sentences based on a bank of text that you feed it. the results are saved to a text file of your choosing. if you run it again on the same output file, the new results are appended after the old ones. @@ -7,8 +15,6 @@ a second command, `mkv-this-dir` allows you to input a directory and it will rea it simply makes some of the features of the `markovify` python module available as a command line tool. -it was written by a total novice, so you probably shouldn’t download it. i only learned about `argparser` yesterday, and pypi.org today, no matter what day it is. tomorrow i might learn about `os` and `sys`. - ### installing: install it with `pip`, the python package manager: