Metadata-Version: 2.1
Name: mb-app
Version: 0.0.2
Summary: Python util for Mount&Blade characters file manipulation.
Home-page: https://github.com/doppelmarker/mb_appearance
Author: doppelmarker
Author-email: doppelmarker@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# mb_appearance
Small Python program to manipulate Mount &amp; Blade character appearance.

    usage: mb-app [-h] [-v] [--verbose] [-b BACKUP_TO] [-r RESTORE_FROM] [-g N]

    Python util for Mount&Blade characters file manipulation.
    
    optional arguments:
    -h, --help                               Show this help message and exit.
    -v, --version                            Print version info.
    --verbose                                Output verbose status messages.
    -b BACKUP_TO, --backup BACKUP_TO         Backup characters file.
    -r RESTORE_FROM, --restore RESTORE_FROM  Restore characters file from backup.
    -g N, --gen N                            Generate N random characters.

