Metadata-Version: 2.1
Name: sm-icon-extractor
Version: 1.0.0
Summary: Extracts icons from Scrap Mechanic.
Home-page: https://git.brokenmouse.studio/ever/sm-icon-extractor
Author: EV3R4
Author-email: ever@brokenmouse.studio
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# sm-icon-extractor
## Extracts icons from Scrap Mechanic

## Installation
* Install [Python](https://www.python.org/)
* Run `pip3 install sm-icon-extractor`

## Setup
### Configuration
The configuration is read from a file named "sm-icon-extractor.ini" from \~/.config and the current directory (~ = home directory of the current user)
```ini
[Game]
Path=<Path to the Scrap Mechanic installation directory>
```

## Running
To extract all IconMaps, run `sm-icon-extractor`

For more information, run `sm-icon-extractor --help`


