Skip to content

Commit

Permalink
Adjustments to repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
BParolini committed Aug 1, 2022
1 parent 2d14abe commit d992160
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# MP3 Image Extract
This is a simple script to extract images from MP3 files.
# Personal Python Scripts

The image is named **folder.jpg** and saved in the same directory as the audio files.
This repo holds utility Python scripts
4 changes: 4 additions & 0 deletions mp3_image_extract.py → util/mp3_image_extract.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env python
"""
The image is named **folder.jpg** and saved in the same directory as the audio files.
"""


import os
import sys
Expand Down

0 comments on commit d992160

Please sign in to comment.