Metadata-Version: 2.1
Name: AudioToText
Version: 0.0.2
Summary: A small example package
Home-page: https://github.com/pypa/sampleproject
Author: ETM Automation pvt.ltd.
Author-email: author@example.com
License: UNKNOWN
Description: # Example Package
        
        
        
        #Set Environment variable to :-
        
        Variable:-pydub
        
        Path:- Path where pydub is installed like(C:\Program Files\Python37\Lib\site-packages\pydub)
        
        
        #type following code in python shell after installing library.
        1st step :
         from   AudioToText import  AudioTextConverter
        
        2nd step:
        
        AudioTextConverter.A2T('Type of Your Audio file','Path_of_your_AUDIO_file')
        
        
        In ('Type of Your Audio file','Path_of_your_AUDIO_file') here write the type and path of audiofile that u want extract the text from.
        for example 'AudioTextConverter.A2T('mp3',r'C:\Users\Dell\Downloads\AudioFiles\Models_Etc.mp3')'like that only
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
