initial code added

This commit is contained in:
Brennen Raimer
2026-05-04 11:07:01 -04:00
parent 0f1e810a40
commit 92e767c3d5
4 changed files with 63 additions and 1 deletions
+8 -1
View File
@@ -1,2 +1,9 @@
# python_project
# Relative Playlist Maker
Recursively traverse a music folder containing tracks and playlist files that reference them, replacing absolute paths in the playlists with equivalent relative paths.
## Usage
```shell
python relative-playlist-maker.py ~/Music
```