Speech to Text App - Python GUI Project

Поділитися
Вставка
  • Опубліковано 11 тра 2023
  • The most simple Speech to Text Python App out there! I will use PySimpleGUI and Speech_Recognition to build this app. Use a virtual environment and install these:
    pip install SpeechRecognition
    pip install pyaudio
    pip install PySimpleGUI
    Check my website for Python projects:
    pythonology.eu
  • Наука та технологія

КОМЕНТАРІ • 5

  • @peterwassmuth4014
    @peterwassmuth4014 11 місяців тому

    Exactly what I have been searching for 2 hour! ;).
    Thank You for sharing. Liked and subscribed.

  • @call-me-potato.
    @call-me-potato. 7 місяців тому

    Great great great.

  • @ICOYBeats
    @ICOYBeats Рік тому

    Hello! Love your contnet. Saw your video a while ago on multi-page scraping and was wondering if you can do a vid or something on Twitch? I ideally want to scrape the emails of active streamers on the platform. Thanks!

  • @Animeiseverything456
    @Animeiseverything456 9 місяців тому

    can i get the souce code of this

  • @gauravkedar1684
    @gauravkedar1684 8 місяців тому

    if your PY File is not run due to WIN_CLOSED:
    TRY THIS INSTEAD OF THAT
    " event,values=window.read()
    if event in ("Exit" or sg.WIN_CLOSED, 'Cancel'):" 👍