Skip to content

A Django website for importing and displaying .docx files

Notifications You must be signed in to change notification settings

thalescr/django-docx-import

Repository files navigation

A web page for displaying text uploaded from a .docx file

This is a web page built using Django and SQLite3 that shows text and images imported from a .docx file. It uses python-docx module to manage import and inkscape for converting .emf images to .svg.

Requirements

  • Python 3.9.12
  • Django 4.1.7
  • Pillow 9.4.0
  • python-docx 0.8.11

Follow the steps to run this project:

  1. Clone this repository and create a virtual-env in the same directory
git clone https://github.com/thalescr/django-docx-import.git
cd django-docx-import
python3 -m venv venv
  1. Activate your virtual-env:

Windows:

venv\Scripts\activate

Linux:

source venv/bin/activate
  1. Install required Python modules
pip3 install -r requirements.txt
  1. Finally run your server
python3 manage.py runserver

About

A Django website for importing and displaying .docx files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published