Skip to content

glasnt/pyvideo-speakers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyVideo Speakers

A CLI that visualises repeat speakers from events listed in https://github.com/pyvideo/data

Not terribly efficient, but you know.

Install

# if you don't already have the data
git clone https://github.com/pyvideo/data 


git clone https://github.com/glasnt/pyvideo_speakers
cd pyvideo_speakers
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

$ ./speakers.py  --help
Usage: speakers.py [OPTIONS] EVENT_SEARCH

  Visualise event speakers from PyVideo data

Options:
  -d, --pyvideo-data PATH  Location of the PyVideo data cloned repo
  -s, --style [table|csv]  Visualisation style
  --help                   Show this message and exit.

About

a short visualisation script for pyvideo data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages