Metadata-Version: 1.1
Name: book2arrange
Version: 1.0.1
Summary: Arrange audio files from http://www.50languages.com/ in one convenient collection for better language acquisition.
Home-page: https://github.com/avanov/book2arrange
Author: Maxim Avanov
Author-email: maxim.avanov@gmail.com
License: MIT
Download-URL: https://github.com/avanov/book2arrange
Description: book2arrange
        ============
        
        Arrange audio files from http://www.50languages.com/ in one convenient collection for better language acquisition.
        
        Installation
        --------------
        
        .. code-block:: bash
        
            $ pip install book2arrange
        
        
        Usage
        ----------
        
        .. code-block:: bash
        
            $ book2arrange $HOME/book2source $HOME/Desktop/polyglot enfr ende
        
        
        The command will extract and arrange audio files from book2 archives. The target
        files will have the following naming schema:
        
        .. code-block:: none
        
            $HOME/Desktop/polyglot/00001_1_enfr.mp3
            $HOME/Desktop/polyglot/00002_1_ende.mp3
            $HOME/Desktop/polyglot/00003_2_enfr.mp3
            $HOME/Desktop/polyglot/00004_2_ende.mp3
            ...
            $HOME/Desktop/polyglot/00199_100_enfr.mp3
            $HOME/Desktop/polyglot/00200_100_ende.mp3
        
        
        Note: all listed directories and source zip-archives must exist.
        
        
        .. code-block:: guess
        
            $ book2arrange -h
            usage: book2arrange [-h] source target order [order ...]
        
            Arrange audio files from http://www.50languages.com/ in one convenient
            collection for better language acquisition.
        
            positional arguments:
              source      collections' parent dir
              target      path to the arranged collection
              order       four-letter list of language collections to be put into the
                          target collection
        
            optional arguments:
              -h, --help  show this help message and exit
        
Keywords: cli utils foreign language education
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Education
