eprykhodko / screenplay

Count occurrences of words and phrases in TV shows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenplay Word Count

Count occurrences of words and phrases in TV shows.

Usage:
    swc <show> <regexp> [options]

Options:
    -h --help        Show this screen.
    -v --verbose     Output actual lines.

Example

example_pic

OR

Run with Docker

docker run --rm eprykhodko/screenplay:latest 'brooklyn nine nine' 'sex tape' -v

About

Count occurrences of words and phrases in TV shows.


Languages

Language:Python 82.8%Language:Dockerfile 17.2%