An open API service indexing awesome lists of open source software.

https://github.com/soyersoyer/resx2files

resx file extractor
https://github.com/soyersoyer/resx2files

resgen resx resx-files resx-manager resx-resources

Last synced: 4 months ago
JSON representation

resx file extractor

Awesome Lists containing this project

README

        

# resx2files
resx file extractor

The inverse of the Resgen.exe .NET tool. It handles text and binary resources.

```
usage: python3 resx2files.py [--help] [-o OUTDIR] FILE

optional arguments:
-h, --help show this help message and exit
-o OUTDIR use OUTDIR as output directory, default: the input filename without extension
FILE The input filename

example:
python3 resx2files.py Device.resx
```