Skip to content

A program that generates text using a Markov Chain model.

Notifications You must be signed in to change notification settings

Craig-ling/textgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Guide for Linux (Ubuntu)

Tested on Python 3.6.9

Git clone

git clone https://github.com/Craig-ling/textgenerator.git

Change directory

cd textgenerator

Create virtual environment

python3 -m venv env

Activate the virtual environment

source env/bin/activate

Run main

python main.py

Option to run with argument from command line

python main.py example/user/directory/filename

where the filepath example is localized to your machine.

About

A program that generates text using a Markov Chain model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages