Metadata-Version: 2.1
Name: EtmA2T
Version: 0.0.1
Summary: A small example package
Home-page: https://github.com/pypa/sampleproject
Author: ETM Automation pvt.ltd.
Author-email: author@example.com
License: UNKNOWN
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
Requires-Dist: pydub
Requires-Dist: SpeechRecognition

# 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   EtmA2T 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


