Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 662 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 662 Bytes

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