Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Ninfs: Difference between revisions

From Hacks Guide Wiki
(Created page with "{{Page WIP}}{{lowercase title}}{{Infobox homebrew | title = ninfs | developers = ihaveamac/ihaveahax | version = 2.0a9 | github = ihaveamac/ninfs | githubtag = v2.0a9 | forwindows = 1 | formac = 1 | forlinux = 1 }} '''ninfs''' is a PC tool for mounting files from Nintendo consoles. == Features == ninfs can mount and expose the contents of many different file types: * Nintendo 3DS ** CTR Cart Image (".3ds", ".cci") ** CDN contents ("cetk", "tmd", and contents) ** CTR Im...")
 
No edit summary
Line 51: Line 51:
=== As a Python module ===
=== As a Python module ===


ninfs is available on [https://pypi.org/project/ninfs/ PyPI] and can be installed like any other package.
ninfs is available on [https://pypi.org/project/ninfs/ PyPI] and can be installed like any other package. Python 3.6.1 or later is required. Support depends on the availability of libfuse 2.x or a similar implementation. Nintendo Switch NAND support requires OpenSSL 1.1 or later (pre-included for Windows and macOS).


* Windows: <code>py -3 -m pip install ninfs==2.0a9</code>
* Windows: <code>py -3 -m pip install ninfs==2.0a9</code>