Skip to content

Instantly share code, notes, and snippets.

View ayabusa's full-sized avatar
🚎
Doing some stuff

ayabusa

🚎
Doing some stuff
View GitHub Profile
@ayabusa
ayabusa / playlist_sequencer.py
Last active March 18, 2024 19:43
A tool to convert a single file containing multiple song into multiple files
"""
This work is licensed under a Creative Commons Attribution 4.0 International License
To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/
"""
import os
"""
##### Playlist Sequencer #####