NszDecompressor.py ParseArguments.py PathTools.py SectionFs.py SolidCompressor.py ThreadSafeCounter.py __init__.py nsZip.ico undupe.py .gitignore LICENSE MANIFEST.in README.md azure-pipelines.yml nsz.py nsz.pyproj nsz.sln requirements-gui.txt requirements.txt setup.pyBreadcrumbs nsz /nsz/...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
from pathlib import Path from os import listdir def expandFiles(path): files = [] path = path.resolve() if path.is_file(): files.append(path) else: for f_str in listdir(path): f = Path(f_str) f = path.joinpath(f) files.append(f) return files def isGame(filePath): return ...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
This will be the new home in case GitHub ever takes down nsz. Please bookmark it. Legal This project does NOT incorporate any copyrighted material such as cryptographic keys. All keys must be provided by the user. This project does NOT circumvent any technological protection measures. The NSZ...
Added filter to the OpenFileDialog so it only displays nsp, nsz, xci, xcz and ncz files No longer showing the empty placeholder for the device selection on non-Windows platforms an made per OpenFileDialog argument specifiable file filters possible ...
nicoboss/nszPublic NotificationsYou must be signed in to change notification settings Fork101 Star1.6k Code Issues31 Pull requests Actions Projects Security Insights Additional navigation options Files 4.4.0 dev nsz Fs gui nut BlockCompressor.py ...
nsz Fs gui nut BlockCompressor.py BlockDecompressorReader.py ExtractTitlekeys.py FileExistingChecks.py Header.py IndependentNczDecompressor.py NszDecompressor.py ParseArguments.py PathTools.py SectionFs.py SolidCompressor.py ThreadSafeCounter.py __init__.py nsZip.ico undupe.py .gitignore LICENSE MANI...
NSZ 3.1.1 Compare nicoboss released this 29 Dec 18:06 · 269 commits to master since this release 3.1.1 b2f45f3 Fixed XCZ decompression/verification Assets 3 Loading Footer © 2025 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not ...
As an alternative to this tool NSC_Builder also supports compressing NSP to NSZ, and decompressing NSZ to NSP. NSC_Builder can be downloaded athttps://github.com/julesontheroad/NSC_BUILDER XCZ XCZ files are functionally identical to XCI files. Their sole purpose to alert the user that it co...