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 CLI program.If you want to web based program please refer here here.
Open cmd prompt and write following commands.
Step 1: git clone https://github.com/SandyUndefined/Paper-Arrangement
Step 2: pip install fpdf
Step 3: Run
The Program.
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.