A Python utility to create Word documents from audio files using Whisper AI.
https://github.com/openai/whisper
https://python-docx.readthedocs.io/en/latest/
https://www.pysimplegui.org/en/latest/#install
--> install TK --> brew install python-tk
$ brew install ffmpeg
$ pip install -r requirements.txt
$ pip install openai-whisper python-docx pysimplegui