mirror of
https://github.com/mon/ifstools.git
synced 2024-11-24 01:50:10 +01:00
Add requirements, closes #2
This commit is contained in:
parent
b84e329d9d
commit
9371df11c3
@ -1,7 +1,11 @@
|
||||
# ifstools
|
||||
Extractor for Konmai IFS files.
|
||||
|
||||
Requires [kbinxml](https://github.com/mon/kbinxml/).
|
||||
## Install
|
||||
`pip install -r requirements.txt`
|
||||
|
||||
## Usage
|
||||
`python ifstools.py [filename]`
|
||||
|
||||
Features:
|
||||
- Converts all textures to png without requiring a second program
|
||||
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
lxml
|
||||
tqdm
|
||||
pillow
|
||||
git+https://github.com/mon/kbinxml.git
|
Loading…
Reference in New Issue
Block a user