Skip to content

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

License

Notifications You must be signed in to change notification settings

Maria-Papa/File-Renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages