Psvtools Vita: Difference between revisions
From GameBrew
More actions
m Text replacement - "GameBrew!" to "GameBrew" |
No edit summary |
||
| Line 8: | Line 8: | ||
|title=psvtools | |title=psvtools | ||
|image=psvtoolsvita.jpg | |image=psvtoolsvita.jpg | ||
|description= | |description=Python .psv format manipulator and verification toolset. | ||
|author=kageurufu | |author=kageurufu | ||
|lastupdated=2017/09/26 | |lastupdated=2017/09/26 | ||
| Line 15: | Line 15: | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/psvtoolsvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/psvtoolsvita.7z | ||
|website= | |website=https://www.reddit.com/r/vitahacks/comments/72gtbw/release_psvtools_python_psv_format_manipulator/ | ||
|source=https://github.com/kageurufu/psvtools | |source=https://github.com/kageurufu/psvtools | ||
}} | }} | ||
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: | |||
*<code>pip install psvtools</code> | |||
*<code>pip install ./psvtools-0.1.0.tar.gz</code> | |||
You'll get 4 command line utilities from this: | |||
<pre> | <pre> | ||
psvtools | psvtools | ||
| Line 32: | Line 35: | ||
</pre> | </pre> | ||
== | ==User guide== | ||
<pre> | <pre> | ||
usage: psvtools [-h] [-t | -e | -v] [-o OUTPUT] file | usage: psvtools [-h] [-t | -e | -v] [-o OUTPUT] file | ||
| Line 50: | Line 49: | ||
-o OUTPUT, --output OUTPUT | -o OUTPUT, --output OUTPUT | ||
output file to write to | output file to write to | ||
usage: psvexpand [-h] [-o OUTPUT] file | usage: psvexpand [-h] [-o OUTPUT] file | ||
usage: psvtrim [-h] [-o OUTPUT] file | |||
usage: psverify [-h] file | usage: psverify [-h] file | ||
</pre> | </pre> | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/kageurufu/psvtools | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/322 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/322 | ||
* Reddit - https://www.reddit.com/r/vitahacks/comments/72gtbw/release_psvtools_python_psv_format_manipulator/ | |||
Revision as of 13:03, 13 January 2023
| psvtools | |
|---|---|
| File:Psvtoolsvita.jpg | |
| General | |
| Author | kageurufu |
| Type | PC Utilities |
| Version | 0.1.0 |
| License | MIT License |
| Last Updated | 2017/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 psvtoolspip 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