Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cathaypacific8747/appendix-generator
Compiles EI/MM appendices automatically by searching files within deeply nested folders.
https://github.com/cathaypacific8747/appendix-generator
Last synced: 4 days ago
JSON representation
Compiles EI/MM appendices automatically by searching files within deeply nested folders.
- Host: GitHub
- URL: https://github.com/cathaypacific8747/appendix-generator
- Owner: cathaypacific8747
- License: mit
- Created: 2022-08-12T21:20:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T03:47:39.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T21:42:11.103Z (2 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# appendix-generator
Appendices for EI/MM reports are notoriously hard to compile by hand. This program aims to make the process easier by automatically searching for them (in deeply nested directories) and compiling them into a single folder.
## For normal usage:
1. Go to the [releases](https://github.com/cathaypacific8747/appendix-generator/releases) section and download the precompiled exe.
2. Put `master_record.xlsx` and the exe into the same directory.
3. Edit the blue-coloured columns in the `Appendix Generator` sheet of `master_record.xlsx`.
4. Run the exe and fix any errors.## For development:
```
$ pip3 install pipenv
$ pipenv install
$ pipenv run python3 generator.py
PS> pipenv run pyinstaller generator.spec
```Executable will be generated under `dist/appendix-generator-vX.X.X.exe`