Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 994 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 994 Bytes

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 CLI program.If you want to web based program please refer here here.

How to Run

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.

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.