https://github.com/bing-su/my-ffxiv-toolkit
https://github.com/bing-su/my-ffxiv-toolkit
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bing-su/my-ffxiv-toolkit
- Owner: Bing-su
- License: mit
- Created: 2022-05-04T14:35:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T09:57:16.000Z (5 months ago)
- Last Synced: 2025-01-14T11:01:42.810Z (5 months ago)
- Language: Python
- Size: 328 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ffxiv_ko_en_data_concat
파이널판타지14의 영어, 한국어 데이터마이닝 정보를 저장하는 두 저장소,
와 에서 정보를 받아와영어-한국어 정보를 합친 엑셀 파일을 만듭니다.
## 사용방법
json파일로 정보를 받아올 csv파일의 이름과, 해당 csv파일에서 사용할 열의 이름 정보를 지정합니다.
```shell
python main.py [-j JSON_PATH] [-p SAVE_PATH]
````-j, --json`: json파일의 경로, 기본값: `default.json`
`-p, --path`: 파일을 저장할 경로, 기본값: `./data`