.config
venv
assist (copy).py
assist.py
main.py
Packager files
poetry.lock
pyproject.toml
Config files
.replit
replit.nix
import speech_recognition as sr
for index, name in enumerate(sr.Microphone.list_microphone_names()):
print("Microphone with name \"{1}\" found for `Microphone(device_index={0})`".format(index, name))