Skip to content

SandyUndefined/Django-Paper-Arrangement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Paper-Arrangement

Problem: Arrange text files into PDF according to JSON format given.

I took this problem like setting question paper and different section refer as different text files.

This is GUI program to arrange text file into PDF according JSON data.

CLI based program to do the same is here.

How to Run

Open cmd prompt and write following commands.

Step 1: git clone https://github.com/SandyUndefined/Django-Paper-Arrangement

Step 2: cd Django-Paper-Arrangement

Step 3: pip install -r requirements.txt or pip3 install -r requirements.txt

Step 4: cd Paper

Step 5: manage.py runserver or python manage.py runserver

Step 6: Open browser and type http://127.0.0.1:8000/

Feel free to Contribute

To fix a bug or create new feature, follow these steps:

  1. Fork the repo

  2. Create new branch.(git checkout -b feature)

  3. Make changes or add new changes

  4. Commit your changes(git add -a,git commit -m 'New feature')

  5. Push to branch (git push origin feature)

  6. Create a pull request

Please click here to report an issue or request a new feature.