Skip to content

Instantly share code, notes, and snippets.

View okaysidd's full-sized avatar
💻
Learning ReactJs

Siddhartha Sehgal okaysidd

💻
Learning ReactJs
  • MakeMyTrip
  • India
View GitHub Profile
@okaysidd
okaysidd / cut_mp3.py
Created October 2, 2020 16:39 — 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