项目作者: SandyUndefined

项目描述 :
Arrange text files into PDF according to JSON format given.
高级语言: Python
项目地址: git://github.com/SandyUndefined/Paper-Arrangement.git
创建时间: 2020-12-02T06:05:03Z
项目社区:https://github.com/SandyUndefined/Paper-Arrangement

开源协议:MIT License

下载


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.