patik / soundoftext-python

Sound of Text, written in Python, using Flask.

Home Page:http://soundoftext.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

soundoftext-python

Sound of Text, written in Python, using Flask.

Build Instructions

Clone Repo

$ git clone https://github.com/ncpierson/soundoftext-python.git
$ cd soundoftext-python

Install Dependencies

Using Virtualenv:

$ virtualenv ./

Without Virtualenv:

$ sudo pip install -r requirements.txt

Set up database

$ sqlite3 sounds.db < schema.sql

Run it

$ python soundoftext.py

About

Sound of Text, written in Python, using Flask.

http://soundoftext.com


Languages

Language:Python 38.1%Language:JavaScript 30.0%Language:CSS 17.1%Language:HTML 14.8%