Metadata-Version: 2.4
Name: coldfearlngbundler
Version: 0.0.1
Summary: work with .lng file from Cold Fear game
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: construct==2.10.70
Requires-Dist: pillow==12.1.1
Maintainer: meltnoexit
Maintainer-email: meltnoexit <xy@meltnt.org>
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/meltnoexit/coldfearlngbundler
Project-URL: Issues, https://github.com/meltnoexit/coldfearlngbundler/issues
Description-Content-Type: text/markdown

# ColdFearLngBundler
work with .lng files from Cold Fear game.

## Installation
`pip install coldfearlngbundler`

## Usage
### Bundle .lng files from input directory
`coldfearlngbundler bundle [-h] [-o OUTPUT] input_dir`

### Unbundle .lng file to output directory
`coldfearlngbundler unbundle [-h] [-o OUTPUT] input_file`