Skip to content

Instantly share code, notes, and snippets.

View Raudcu's full-sized avatar

Lucas Pili Raudcu

View GitHub Profile
@Raudcu
Raudcu / cut_mp3.py
Created June 11, 2020 17:33 — forked from gchavez2/cut_mp3.py
Cut mp3 file with Python and pydub
# https://github.com/jiaaro/pydub
from pydub import AudioSegment
files_path = ''
file_name = ''
startMin = 9
startSec = 50