readme - disclaimer

This commit is contained in:
mouse 2020-04-20 13:02:13 -03:00
parent d15f5f60d3
commit 5f979afc20
1 changed files with 8 additions and 2 deletions

View File

@ -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 shouldnt 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 shouldnt 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: