Installation Guide
Using PIP
$ pip install pytitle
From sources
Development versions:
$ git clone https://github.com/sina-e/pytitle.git $ cd pytitle $ make installOr if you want to install stable version (The same with version from PyPi):
$ git clone https://github.com/sina-e/pytitle.git $ cd pytitle $ git checkout master $ make install