Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omkarpathak/django-bookworm
A fun project to store my learning from each book that I read.
https://github.com/omkarpathak/django-bookworm
books bookworm django django-rest-framework learning python3
Last synced: about 2 months ago
JSON representation
A fun project to store my learning from each book that I read.
- Host: GitHub
- URL: https://github.com/omkarpathak/django-bookworm
- Owner: OmkarPathak
- License: mit
- Created: 2018-10-09T13:23:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:57:09.000Z (about 2 years ago)
- Last Synced: 2024-11-28T23:40:56.680Z (2 months ago)
- Topics: books, bookworm, django, django-rest-framework, learning, python3
- Language: Python
- Size: 21 MB
- Stars: 24
- Watchers: 6
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/OmkarPathak/Django-Bookworm/blob/master/LICENSE) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/Django.svg) [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-:D-1EAEDB.svg)](https://saythanks.io/to/OmkarPathak)
# 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:
```bash
$pip install -r requirements.txt
```
- For summarization Python `nltk` is used. To download required files, execute:
```bash
python prerequisites.py
```
- Then create a file named `.env` inside `django_bookworm/` and add following details with your details
```
SECRET_KEY=
```
- Now, you can start the django server by executing following commands:
```bash
python manage.py migrate
python manage.py runserver
```# Working
![Working](result.gif)
# Special Mentions
- Special thanks to [@reallinfo](https://github.com/reallinfo) for the beautiful and thoughtful logo :smile: