Download Latest Version BookSnippets.zip (1.1 MB)
Email in envelope

Get an email when there's a new version of BookSnippets

Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2013-11-16 1.2 kB
BookSnippets.zip 2013-11-14 1.1 MB
Totals: 2 Items   1.1 MB 0
BookSnippets v1.6 (Beta) Release Notes

Requirements:

*Python 2.7 (NOT version 3 or later)
*Undo Framework (for Python)
*PMW (for Python)
*Sqlite version 3

To install Python, go to: 

http://www.python.org

To install easy_install, go to: 

http://stackoverflow.com/questions/4930216/how-to-install-easy-install-in-python-2-7-1-on-windows-7

To install these Python modules, use easy_install (you must first install easy_install for this to work):

$sudo easy_install-2.7 undo
$sudo easy_install-2.7 sqlite3

To install Python for Ubuntu, open Terminal and enter this: 

$sudo apt-get install python python-tk idle python-pmw python-imaging python-imaging-tk
$sudo apt-get install python-pip

To install these Python modules, use pip:

$sudo pip install undo

*PMW is included in the zip file

To run the app, use terminal or console:

- Go to the folder where the source (src) files reside.
- Type this on prompt: python BookSnippetsMain.py

That's it! Enjoy.

In version 1.5 modifications included:
* Fixed Undo/Redo bug.
* Fixed duplicating and overwriting descriptions.
* Fixed renaming book titles bug.

Feature Added in version 1.6:
* epub file import into chapters.
Source: README.txt, updated 2013-11-16