https://github.com/namgold/gen-tool
https://github.com/namgold/gen-tool
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/namgold/gen-tool
- Owner: namgold
- Created: 2019-11-17T07:13:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T08:13:38.000Z (about 5 years ago)
- Last Synced: 2025-01-11T17:22:54.913Z (5 months ago)
- Language: JavaScript
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCHC generation tool
How to use:
1. Add sample excel file to [excel](./excel).
Note: The sample Excel sheet must be copy to a new clean Excel file or it will be error when uploading file.
2. Edit infomation in [main.py](./main.py) and run `python main.py`
Note: You must use Python 3.8 to run this file.
3. Copy folder [output](./output) to your repository (or you can set `copyOutputFilesToRepo = True` in [main.py](./main.py) to copy automatically)
4. Edit corresponding files in your repository with folder [output_add](./output_add).