Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 349 Bytes

readme.md

File metadata and controls

27 lines (20 loc) · 349 Bytes

Sort Files

Sorting files by file format

Installation

Use the package manager pip to install foobar.

pip install -r requirements.txt

Usage

open the sort.json and change path.

{
	"data": [
	{
		"from": "C:/Users/...",
		"to": "C:/Users/...",
		"format": ["mp3"]
	}
	]
}