Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Psvtools Vita

From GameBrew
Revision as of 03:24, 5 December 2022 by HydeWing (talk | contribs) (Text replacement - "GameBrew!" to "GameBrew")
psvtools
File:Psvtoolsvita.jpg
General
Authorkageurufu
TypePC Utilities
Version0.1.0
LicenseMIT License
Last Updated2017/09/26
Links
Download
Source

Psvtools is a Python .psv format manipulator and verification toolset to trim, restore and validate PSV files.

How to Install and Run Psvtools

  • pip install psvtools
  • pip install ./psvtools-0.1.0.tar.gz

This will give you the following commands:

psvtools
psvtrim
psvexpand
psverify

Screenshot

File:Psvtoolsvita.jpg

Current usage:

$ psvtools --help
usage: psvtools [-h] [-t | -e | -v] [-o OUTPUT] file

positional arguments:
  file                  psv file to operate on

optional arguments:
  -h, --help            show this help message and exit
  -t, --trim            Trim a psv file. This is the default behavior
  -e, --expand          Expand a trimmed psv file
  -v, --verify          Validate the checksum of a psv file
  -o OUTPUT, --output OUTPUT
                        output file to write to
$ psvtrim --help
usage: psvtrim [-h] [-o OUTPUT] file

positional arguments:
  file                  psv file to operate on

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        output file to write to
$ psvexpand --help
usage: psvexpand [-h] [-o OUTPUT] file

positional arguments:
  file                  psv file to operate on

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        output file to write to
$ psverify --help
usage: psverify [-h] file

positional arguments:
  file        psv file to operate on

optional arguments:
  -h, --help  show this help message and exit

Changelog

(v.0.1.0)

  • First Release.

External links

Advertising: