Skip to content

justinmstuart/python-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Utils

This is a collection of Python scripts to automate tasks.

Available Scripts

  • trim-filenames.py: Recursively removes a specified number of characters from the beginning of filenames in a directory and its subdirectories.
  • mp3-metadata-stripper.py: Recursively removes metadata from mp3 and m4a files in a directory and its subdirectories.

Requirements

  • Python 3.6+

Getting Started

source .venv/bin/activate

pip install -r requirements.txt

python scripts/${script-name}.py

About

A collection of utility scripts for common file operations and system tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages