Python tool to write a scientific paper with "end-to-end reproducibility". Each number present in the paper can be conveniently linked to a data structure via f-Strings. The output is a standard formatted word document.
Example:
https://github.com/elapouya/python-docx-template
- Clone this repo inside your project.
- Update root directory in example_paper.py to reflect your folder structure.
- Modify each section of the paper (abstract, introduction....).
- Run example_paper.py, a formatted docx document will be saved in the same folder.