Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 966 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 966 Bytes

File-Renamer

Static Badge

A Python project that renames local music files of a given path in the "Artist Name - Track Title" format, by its metadata.

Pending

Static Badge

  • Test the code.

Static Badge

  • Package the project.

Static Badge

  • Update README.

Create a Virtual Enviroment

py -m venv venv

Install Dependencies

py -m pip install -r requirements.txt

Activate the Virtual Enviroment and run the script

.\venv\Scripts\activate
py .\music_files.py