Toggle 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
(Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew PC Tools (PC Utilities) - GameBrew! |title_mode=append |image=ps-vita-logo.jpg |image_alt=psvtools }} {{Infobox...")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
{{#seo:
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew!
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew
|title_mode=append
|title_mode=append
|image=ps-vita-logo.jpg
|image=psvtools2.png
|image_alt=psvtools
|image_alt=psvtools
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=psvtools
|title=psvtools
|image=ps-vita-logo.jpg
|image=psvtools2.png
|description=Trimmer/validator for .psv files.
|description=Python .psv format manipulator and verification toolset.
|author=kageurufu
|author=kageurufu
|lastupdated=2017/09/26
|lastupdated=2017/09/26
Line 16: 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
}}
}}
Trimmer/validator for .psv files.
psvtools is a Python .psv format manipulator and verification toolset to trim, restore and validate PSV files.


'''Please Improve This Article If You Can.'''
It's open source, python 2.7 and 3.4+ compatible, unit tested.


https://vitadb.rinnegatamante.it/#/info/322
==Installation==
Get python for your operating system:
*<code>pip install psvtools</code>
*<code>pip install ./psvtools-0.1.0.tar.gz</code>


==Media==
You'll get 4 command line utilities from this:
<youtube>RIaJHh60hQY</youtube>
<pre>
psvtools
psvtrim
psvexpand
psverify
</pre>


==User guide==
<pre>
usage: psvtools [-h] [-t | -e | -v] [-o OUTPUT] file


==Screenshots==
positional arguments:
https://dlhb.gamebrew.org/vitahomebrews/ps-vita-logo-01.jpg
  file                  psv file to operate on
https://dlhb.gamebrew.org/vitahomebrews/ps-vita-logo-02.jpg
https://dlhb.gamebrew.org/vitahomebrews/ps-vita-logo-03.jpg
https://dlhb.gamebrew.org/vitahomebrews/ps-vita-logo-04.jpg
https://dlhb.gamebrew.org/vitahomebrews/ps-vita-logo-05.jpg
https://dlhb.gamebrew.org/vitahomebrews/ps-vita-logo-06.jpg
https://dlhb.gamebrew.org/vitahomebrews/ps-vita-logo-07.jpg
https://dlhb.gamebrew.org/vitahomebrews/ps-vita-logo-08.jpg


==Changelogs==
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
</pre>


== External links ==
== External links ==
* Official Website -
* GitHub - https://github.com/kageurufu/psvtools
* Gbatemp -
* VitaDB - https://vitadb.rinnegatamante.it/#/info/322
* Github -
* Reddit - https://www.reddit.com/r/vitahacks/comments/72gtbw/release_psvtools_python_psv_format_manipulator/
* Google Source -

Latest revision as of 13:03, 13 Ocak 2023

psvtools
Psvtools2.png
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: