Skip to content

Instantly share code, notes, and snippets.

View ABODFTW's full-sized avatar
💻
Coding..

Abod ABODFTW

💻
Coding..
View GitHub Profile
@ABODFTW
ABODFTW / main.py
Created April 23, 2021 08:23
live subtitles script
# pip install SpeechRecognition PyAudio
# Make sure to update the device_index on line 34, to reflect the stero mixer on your computer
import concurrent.futures
import speech_recognition as sr
import time
import logging
@ABODFTW
ABODFTW / .gitignore
Created January 3, 2020 21:55
A gitignore for my Python projects
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python