Metadata-Version: 2.1
Name: audioft
Version: 2.1.5
Summary: *AFT is an audio translator nano framework* based on python who transcribe and translate an audio file to another language. 
Home-page: https://github.com/nnnzo/AudioFileTranslator
Author: nnnnnzo
Author-email: nnnzodevgoog@gmail.com
License: UNKNOWN
Description: # AudioFileTranslator ![V2](https://img.shields.io/badge/-V2-brightgreen) ![New](https://img.shields.io/badge/-new-orange)
        AFT is a python nano framework based on the googletrans and speechrecognition modules. AFT transcribe and translate an audio file to another language. The code is easy to understand and edit.
        
        ## Documentation [![DOCB](https://img.shields.io/badge/-Access%20Wiki%20%3E-blue)](https://github.com/nnnzo/AudioFileTranslator/wiki)
        AFT documentation can be found in the "Wiki" tab of this repo.
        
        ## Basic Usage
        Translation from a french audio to a japanese text:
        ```python
        from audioft import *
        print(TranslationEngine("audio.wav", "fr-FR", "fr", "ja")) 
        ```
        
        ## Learn more about the TranslationEngine()
        [TranslationEngine()](https://github.com/nnnzo/AudioFileTranslator/wiki/AudioFileTranslator.TranslationEngine())
        
        
        ## Basic Attention Token Tips
        
        This Github account is verified by the brave creator program, please consider making a BAT tips ! 
        
        ## License
        
        The AFT framework is licensed under the GNU Lesser General Public License v2.1 License - see the [LICENSE](LICENSE) file for details
        
        </br> </br>
        [![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
