/DumbCopyRemover

Copy protection remover from dumbphone music formats

Primary LanguagePythonMIT LicenseMIT

DumbCopyRemover

Simple Python script to work with .mld, .mmf(so far). The script can remove copy protection to then be able to be converted to other formats using PsmPlayer for example.

Installation

First, clone the repository:

git clone git@github.com:memory-hunter/dumbphone-audio-tools.git

And then run the following command to install the dependencies.

pip install -r requirements.txt

Usage

python dcr.py [-h] files [files ...]

Remove copy protection from dumbphone audio files

positional arguments:
  files       Files to remove copy protection from

options:
  -h, --help  show this help message and exit

License

MIT