Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kellsworks/pyrenamedirs
Renames directories from their raw names to names defined in a CSV file
https://github.com/kellsworks/pyrenamedirs
pyrenamedir python-directory rename-files
Last synced: 1 day ago
JSON representation
Renames directories from their raw names to names defined in a CSV file
- Host: GitHub
- URL: https://github.com/kellsworks/pyrenamedirs
- Owner: KellsWorks
- Created: 2024-02-16T20:09:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-16T21:20:23.000Z (9 months ago)
- Last Synced: 2024-02-16T23:29:48.072Z (9 months ago)
- Topics: pyrenamedir, python-directory, rename-files
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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