afantee / pyNCMDump

Python3 version of ncmdump, which converts ".ncm" files into ".flac" and ".mp3" etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyNCMDump

This is a simple commandline tool that helps you convert an encrypted .ncm file into its original, more commonly seen audio types (e.g. flac and mp3).

Dependencies

  • Python3
  • Crypto.Cipher package, which can be installed by pip3 install pycrypto

Usage

The usage would require basic knowledge of running Python3 in a terminal:

python3 ncmdump.py [files] ...

Credit to anonymous5l, who wrote the original version of ncmdump in C++.

About

Python3 version of ncmdump, which converts ".ncm" files into ".flac" and ".mp3" etc.


Languages

Language:Python 100.0%