Skip to content

Renames directories from their raw names to names defined in a CSV file

Notifications You must be signed in to change notification settings

KellsWorks/PyRenameDirs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyRenameDirs

Renames directories from their raw names to names defined in a CSV file [Not my idea]

Installation

Configure the Python Environment FOR LINUX/MAC Run sudo apt-get install python3.6-venv to install packages Create virtual env python3 -m venv env Activating virtual env source env/bin/activate FOR WINDOWS Installing venv python3 -m pip install --user virtualenv Creating virtual env py -m venv env Activating virtual env .\env\Scripts\activate CONTINUE Install requirements by running pip install -r requirements.txt

Running

Configure the parent dir in config.ini under DIRS section Run the main.py script

About

Renames directories from their raw names to names defined in a CSV file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages