Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lausek/remarkov
Browse files Browse the repository at this point in the history
  • Loading branch information
lausek committed Jan 14, 2022
2 parents 3f3d084 + 1f8c307 commit b4b5fea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[![PyPI version](https://badge.fury.io/py/remarkov.svg)](https://badge.fury.io/py/remarkov)

<img align="left" src="https://raw.githubusercontent.com/lausek/remarkov/gh-pages/public/logo192.png" height="120px" />

**ReMarkov** is a Python library for generating text from preexisting samples using [Markov chains](https://en.wikipedia.org/wiki/Markov_chain).
You can use it to customize all sorts of writing from birthday messages, horoscopes, Wikipedia articles, or the utterances of your game's NPCs.
Everything works without an omnipotent *"AI"* - it is dead-simple code and therefore fast.

[![PyPI version](https://badge.fury.io/py/remarkov.svg)](https://badge.fury.io/py/remarkov)
Feel free to contribute!

<br clear="both" />

## Installation

Expand Down

0 comments on commit b4b5fea

Please sign in to comment.