Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (29 loc) · 1.53 KB

auto-py-notes.md

File metadata and controls

39 lines (29 loc) · 1.53 KB

Notes

TOC

Dependencies

import os
import sys
import easygui
import argparse
from azure.cognitiveservices.speech.audio import AudioOutputConfig
from azure.cognitiveservices.speech import SpeechConfig, SpeechSynthesizer
from pptx import Presentation
import auto-py-to-exe
import azure-mgmt-storage
import azure-storage-blob
import pyinputplus
import collections.abc

Links

Auto-py-to-exe auto-py-to-exe blog pyinstaller pypi Stack Overflow