- A different way to re-watch your favoiter tbbt episode
- Displaying transcript in the colorful speech bubbles
##Install
git clone https://github.com/gzb1985/tbbt-trans-web-viewer.git
cd tbbt-trans-web-viewer
pip install virtualenv
virtualenv venv --distribute
source venv/bin/activate
pip install -r requirements.txt
python manage.py createall
python manage.py populate
python manage.py runserver
###Custom the Configuration
transviewer/config.py
gunicorn -w 4 -b 127.0.0.1:8000 app:app
- All Transcripts come from Big Bang Theory Transcripts blog by Ash
- Inspired by The Big Bang Transcripts Viewer (A WP7 app developed by Marcelo Ricardo de Oliveira)
##Screenshot