How can I permanently store an MP3 file using Python?

Viewed 13

I am trying to write an alarm app, and want the user to set their own alarm sound. I have done about an hour of searching and have found nothing pertaining to MP3s. The closest I've seen is Pickle, which seems to only store things that are text based. I am using Atom if that changes anything.

0 Answers
Related