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.
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/
To fix a bug or create new feature, follow these steps:
-
Fork the repo
-
Create new branch.(
git checkout -b feature
) -
Make changes or add new changes
-
Commit your changes(
git add -a
,git commit -m 'New feature'
) -
Push to branch (
git push origin feature
) -
Create a pull request
Please click here to report an issue or request a new feature.