Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.57 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.57 KB

GitHub PyPI - Python Version Say Thanks!

Django-Bookworm

Love reading books, Have problem remembers main points from book like me? this is a fun project to store learning from each book.

Features

  • Easy to use GUI
  • Chapter-wise bifurcation
  • Generate summary from whatever your learning from each chapter are
  • Get basic statistics about the books you read
  • Get inspirational quotes on your homepage

Installation

  • Download or clone this repository
  • Change directory to the recently cloned repository folder or unziped folder
  • Run the following command to install dependencies:
    $pip install -r requirements.txt
  • For summarization Python nltk is used. To download required files, execute:
    python prerequisites.py
  • Then create a file named .env inside django_bookworm/ and add following details with your details
    SECRET_KEY=<your_secret_key>
    
  • Now, you can start the django server by executing following commands:
    python manage.py migrate
    python manage.py runserver

Working

Working

Special Mentions

  • Special thanks to @reallinfo for the beautiful and thoughtful logo 😄