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
No edit summary
No edit summary
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=psvtoolsvita.jpg
|image_alt=psvtools
|image_alt=psvtools
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=psvtools
|title=psvtools
|image=ps-vita-logo.jpg
|image=psvtoolsvita.jpg
|description=Trimmer/validator for .psv files.
|description=Trimmer/validator for .psv files.
|author=kageurufu
|author=kageurufu
Line 19: Line 18:
|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.


==Media==
==How to Install and Run Psvtools==
<youtube>RIaJHh60hQY</youtube>
*pip install psvtools
*pip install ./psvtools-0.1.0.tar.gz


This will give you the following commands:
<pre>
psvtools
psvtrim
psvexpand
psverify
</pre>


==Screenshots==
==Screenshot==
https://dlhb.gamebrew.org/vitahomebrews/ps-vita-logo-01.jpg
[[image:psvtoolsvita|600px]]
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==
==Current usage:==
'''(v.1.0)'''
<pre>
$ 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
</pre>
<pre>
$ 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
</pre>
<pre>
$ 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
</pre>
<pre>
$ psverify --help
usage: psverify [-h] file
 
positional arguments:
  file        psv file to operate on
 
optional arguments:
  -h, --help  show this help message and exit
</pre>
 
==Changelog==
'''(v.0.1.0)'''
* First Release.
* First Release.


== External links ==
== External links ==
* Official Website -
* Github - https://github.com/kageurufu/psvtools
* Github - https://github.com/kageurufu/psvtools
* VitaDB - https://vitadb.rinnegatamante.it/#/info/322
* VitaDB - https://vitadb.rinnegatamante.it/#/info/322
* Gbatemp -
* Google Source -
* Reddit -
* Gitlab -

Revision as of 00:36, 20 November 2022

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

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: