Skip to content

pynps 1.4.3

Compare
Choose a tag to compare
@evertonstz evertonstz released this 31 May 17:09
· 66 commits to master since this release

Pypi release is updated. Upgrade with pip using:

pip install pynps --upgrade

Binaries won't be available until pyinstaller starts working on python 3.8, anyone interested can track it here

Changelog

  • when downloading a PSX game, pynps will now create a .txt file inside the eboot folder with the game's name, making them easy to identify. This is done by reading the name from the .pbp file and is a straight copy of BertrandHustle's implementation in psx_scraper 8cdb971