Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Lapis256/map-extractor into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Lapis256 committed Feb 7, 2022
2 parents 2d86aa6 + 6f27256 commit 16823d2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# map-extractor
指定したワールドのマップデータを全て出力するツールです。

# 導入
## 依存関係
Python 3.8 以上

## インストール
```
pip install git+https://github.com/Lapis256/map-extractor.git
```

## 使い方
実行場所に指定したワールドにあるマップデータを出力します。
```
map_extractor <ワールドのディレクトリ>
```

--output オプションで出力先のディレクトリを指定可能です。
```
map_extractor <ワールドのディレクトリ> --output <出力先のディレクトリ>
```
-o とする事も可能です。
```
map_extractor <ワールドのディレクトリ> -o <出力先のディレクトリ>
```

0 comments on commit 16823d2

Please sign in to comment.