pynps 1.4.1
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:
binaries packed with pyinstaller