Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Python
get wav file in dir
Austin Michael Lewis
Programming language:
Python
2021-06-03 07:10:03
0
Q:
get wav file in dir
alexander.skibin
Code:
Python
2021-06-20 07:13:26
import glob for filename in glob.glob('*.wav'): print(filename)
1
Tags
get
file
Related
python extract filename from path
how to record a wav file using python
python get all file names in a dir
get drive path python
New to Communities?
Join the community