Metadata-Version: 2.1
Name: rename-dirs
Version: 1.0.0
Summary: A python script to rename multiple directories to lowercase words with underscore separators.
Home-page: https://github.com/rchtgpt/rename-dirs
Author: Rachit Gupta
Author-email: guptarachit2004@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

## Rename Dirs

A python script to rename multiple directories to lowercase words with underscore separators.

## Why?

I like to keep my PC's folder structure neat and uniform but, during intense hackathons, i mess up my project's folder name format. Thought automating the renaming process would make my life easier.

## Format

`Example File.txt` -> `example_file.txt`

## Installation

```bash
$ pip install rename-dirs
```

## Example
* Run `$ python -m rename-dirs`
* Enter directory path.
* Initial folder structure:
<img width="669" alt="Screenshot 2021-01-31 at 2 19 49 PM" src="https://user-images.githubusercontent.com/44428198/106379212-5c6e1e00-63d0-11eb-8bc6-a3e76eeaae1a.png">

* Enter Y/n for each file/folder:
<img width="718" alt="Screenshot 2021-01-31 at 2 21 08 PM" src="https://user-images.githubusercontent.com/44428198/106379221-61cb6880-63d0-11eb-8f8b-a40ee83adee5.png">

* Final folder structure:
<img width="669" alt="Screenshot 2021-01-31 at 2 20 35 PM" src="https://user-images.githubusercontent.com/44428198/106379217-5ed07800-63d0-11eb-8b9c-dc4fee105376.png">


