yipy0005 / xpm2txt

Updated xpm2txt.py to be compatible with Python 3.10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xpm2txt

Updated xpm2txt.py to be compatible with Python 3.10

Usage

usage: xpm2txt.py --f F --o O [--s S] [-h]

options:
  --f F       (Path, required) input xpm file
  --o O       (Path, required) output txt file
  --s S       (int, default=9999) Sorts the output by a given column
  -h, --help  show this help message and exit

Running

Run

python xpm2txt.py --f <xpm_filename>.xpm --o <output_filename>.dat

About

Updated xpm2txt.py to be compatible with Python 3.10

License:MIT License


Languages

Language:Python 100.0%