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
- Host: GitHub
- URL: https://github.com/soyersoyer/resx2files
- Owner: soyersoyer
- License: mit
- Created: 2022-03-23T23:46:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T23:56:30.000Z (about 3 years ago)
- Last Synced: 2025-01-10T20:44:04.625Z (5 months ago)
- Topics: resgen, resx, resx-files, resx-manager, resx-resources
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# resx2files
resx file extractorThe inverse of the Resgen.exe .NET tool. It handles text and binary resources.
```
usage: python3 resx2files.py [--help] [-o OUTDIR] FILEoptional 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 filenameexample:
python3 resx2files.py Device.resx
```