Skip to content

Instantly share code, notes, and snippets.

@maluta
Created February 4, 2014 03:53
Show Gist options
  • Save maluta/8797901 to your computer and use it in GitHub Desktop.
Save maluta/8797901 to your computer and use it in GitHub Desktop.
for info in listDirectory("c:\Users\\rafael\Music\Músicas\ ", [".mp3"]):
print ("\n".join(["%s=%s" % (k, v) for k, v in info.items()]))
print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment