All Projects → OmkarPathak → Django Bookworm

OmkarPathak / Django Bookworm

Licence: mit
A fun project to store my learning from each book that I read.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Django Bookworm

Onlinemooc
Vue前台 + Django3.1 + DjangoRestful Framework + Ant Design Pro V4后台 开发的在线教育网站及后台管理
Stars: ✭ 587 (+2452.17%)
Mutual labels:  django, django-rest-framework
Modern Django
Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
Stars: ✭ 662 (+2778.26%)
Mutual labels:  django, django-rest-framework
Awesome Django
The Best Django Resource, Awesome Django for mature packages.
Stars: ✭ 591 (+2469.57%)
Mutual labels:  django, django-rest-framework
Polemarch
Simple WEB gui for infrastructure management by ansible playbooks or modules. This is only mirror with bins in releases.
Stars: ✭ 530 (+2204.35%)
Mutual labels:  django, django-rest-framework
Docker Tutorial
Docker 基本教學 - 從無到有 Docker-Beginners-Guide 教你用 Docker 建立 Django + PostgreSQL 📝
Stars: ✭ 906 (+3839.13%)
Mutual labels:  django, django-rest-framework
Django Rest Framework Mongoengine
Mongoengine support for Django Rest Framework
Stars: ✭ 544 (+2265.22%)
Mutual labels:  django, django-rest-framework
Node.js design patterns second edition code
Code repository for Node.js Design Patterns Second Edition, published by Packt
Stars: ✭ 617 (+2582.61%)
Mutual labels:  learning, books
Drf Extra Fields
Extra Fields for Django Rest Framework
Stars: ✭ 445 (+1834.78%)
Mutual labels:  django, django-rest-framework
Cmdb
CMDB 配置管理系统 资产管理系统
Stars: ✭ 747 (+3147.83%)
Mutual labels:  django, django-rest-framework
Django Rest Framework Filters
Better filtering for Django REST Framework
Stars: ✭ 710 (+2986.96%)
Mutual labels:  django, django-rest-framework
Django React Blog
Simple blog built with Django and React/Redux, deployed with Docker, and served with nginx/uwsgi.
Stars: ✭ 528 (+2195.65%)
Mutual labels:  django, django-rest-framework
Django Rest Framework Gis
Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project.
Stars: ✭ 830 (+3508.7%)
Mutual labels:  django, django-rest-framework
Fcm Django
FCM Django: Send push notifications via django to websites, iOS & android mobile devices through FCM (Firebase Cloud Messaging)
Stars: ✭ 495 (+2052.17%)
Mutual labels:  django, django-rest-framework
Osf.io
Facilitating Open Science
Stars: ✭ 565 (+2356.52%)
Mutual labels:  django, django-rest-framework
Dj Rest Auth
Authentication for Django Rest Framework
Stars: ✭ 491 (+2034.78%)
Mutual labels:  django, django-rest-framework
Django Rest Framework Docs
Document Web APIs made with Django Rest Framework
Stars: ✭ 607 (+2539.13%)
Mutual labels:  django, django-rest-framework
Django Rest Framework Passwordless
Passwordless Auth for Django REST Framework
Stars: ✭ 412 (+1691.3%)
Mutual labels:  django, django-rest-framework
Django Rest Framework Api Guide
Django REST framework API 指南
Stars: ✭ 437 (+1800%)
Mutual labels:  django, django-rest-framework
Awesome Django Rest Framework
💻😍Tools, processes and resources you need to create an awesome API with Django REST Framework
Stars: ✭ 689 (+2895.65%)
Mutual labels:  django, django-rest-framework
Booktype
Booktype is a free, open source platform that produces beautiful, engaging books formatted for print, Amazon, iBooks and almost any ereader within minutes.
Stars: ✭ 810 (+3421.74%)
Mutual labels:  django, books

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 😄
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].