Skip to content

pynps 1.4.1

Compare
Choose a tag to compare
@evertonstz evertonstz released this 10 Jan 17:52
· 80 commits to master since this release

Pypi release is updated. Upgrade with pip using:

pip install pynps --upgrade

Changelog

  • add --print/-p argument, with this argument pynps will print (encoded in unicode, to avoid issues with cmd and terminal with strange characters) any search you make and exit, it's ideal for people looking to redirect a search into a text file ba15ea7
#the following will search for all games in psvita and redirect the output to output.txt
pynps -Gpc psv _all > output.txt

# the following will search for all spyro games and dlcs in psp and redirect the output to spyro.txt
pynps -GDpc psp spyro > spyro.txt

# or you can just print the above without saving the output
pynps -GDpc psp spyro

A video on the new feature:
asciicast
binaries packed with pyinstaller