/litcharts-summary

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Save book summary from lit charts.

Just give this module the litcharts book link, and it will fetch summary from there. Saves it in 'book_file_name.html'.

Here is the summary of book "The White Tiger" by Arvind Adiga from this URL.


Install

Clone this repository using

cd ~
git clone -b master --depth 1 https://github.com/HritwikSinghal/litcharts-summary

Enter the directory and install all the requirements using

cd litcharts-summary/
pip3 install -r requirements.txt

Run the app and paste the book link.

chmod +x main.py
./main.py

License

GPLv3