lanzhang76 / terminal_comic_bot

a virtual comedian comic bot(also a terminal Markov Chains generator)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a terminal comic bot

Run on Repl.it

this is a comic bot Markov Chains generator that allows you to select a comedian's voice from the selection list and to generate comic text. You then type part of a sentence, letting the bot to complete your sentence with words from the chosen comedian. The ending result will look like paragraph of 10 sentences.

in order to run this bot, make sure you have

$pip install regex pandas random

how to run

$python markyrun.py

type in anything

a sentence or a word without punctuation is ideal for the input, as it leaves the generator to decide when to end a sentence.

TODOs

  • case sensitive
  • source curation
  • adding/subtracting

About

a virtual comedian comic bot(also a terminal Markov Chains generator)


Languages

Language:Python 100.0%