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

Psvtools Vita: Difference between revisions

From GameBrew
No edit summary
m Text replacement - "https://vitadb.rinnegatamante.it/" to "https://www.rinnegatamante.eu/vitadb/"
 
Line 57: Line 57:
== External links ==
== External links ==
* GitHub - https://github.com/kageurufu/psvtools
* GitHub - https://github.com/kageurufu/psvtools
* VitaDB - https://vitadb.rinnegatamante.it/#/info/322
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/322
* Reddit - https://www.reddit.com/r/vitahacks/comments/72gtbw/release_psvtools_python_psv_format_manipulator/
* Reddit - https://www.reddit.com/r/vitahacks/comments/72gtbw/release_psvtools_python_psv_format_manipulator/

Latest revision as of 04:38, 5 January 2025

psvtools
General
Authorkageurufu
TypePC Utilities
Version0.1.0
LicenseMIT License
Last Updated2017/09/26
Links
Download
Website
Source

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

It's open source, python 2.7 and 3.4+ compatible, unit tested.

Installation

Get python for your operating system:

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

You'll get 4 command line utilities from this:

psvtools
psvtrim
psvexpand
psverify

User guide

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

usage: psvexpand [-h] [-o OUTPUT] file
usage: psvtrim [-h] [-o OUTPUT] file
usage: psverify [-h] file

External links

Advertising: