pdg-mp3-converter 0.0.2

Creator: railscoder56

Last updated:

Add to Cart

Description:

pdgmp3converter 0.0.2

mp4 to mp3 converter / mp3 to mp4 converter by pdg
how to use:

convert mp4 to mp3

from pdg_mp3_converter import converter

filepath = 'path to mp4 file'
filename = 'name of the file'

converter.mp4ToMp3(path=filepath, name=filename)


convert mp3 (must have been mp4 before) back to mp4

from pdg_mp3_converter import converter

filepath = 'path to mp3 file'
filename = 'name of the file'

converter.mp3ToMp4(path=filepath, name=filename)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.