I recently got rid of Windows 11 on my pc and went to Linux Mint 22, an have been learning things hear and there to best use it. I tried to look up ways to NSPSplitty on there by installing Wine on there, but it seems to work on more official programs than custom made ones. So, I searched and looked over a lot of pages on finding other ways to transfer the files (the ones bigger than 4gb) to my switch, when I found the original creator of NSPSpliity made it in a python script, orignally called splitNSP, with which I checked my Linux OS comes with python3, and thus through trial and error I attempt to use the .py file, the nsp I want to split, and the command I put in several ways through my terminal to get it to work. The closest I got to was with this command line and response (I censored the name of the nsp with ---):
tron@tron-G164:~$ python3 ~/Desktop/splitNSP.py /home/tron/Desktop/ ---.nsp
========== NSP Splitter ==========
usage: splitNSP.py [-h] [-q] filepath
splitNSP.py: error: unrecognized arguments: ---.nsp
I'm still rather new to this, so could anyone help me out? I would much appreciate it from anyone to point out what I'm doing wrong and make it work.
tron@tron-G164:~$ python3 ~/Desktop/splitNSP.py /home/tron/Desktop/ ---.nsp
========== NSP Splitter ==========
usage: splitNSP.py [-h] [-q] filepath
splitNSP.py: error: unrecognized arguments: ---.nsp
I'm still rather new to this, so could anyone help me out? I would much appreciate it from anyone to point out what I'm doing wrong and make it work.