Metadata-Version: 2.4
Name: file-extension-changer-cli
Version: 0.1.0
Summary: A simple Python tool to change file extensions in bulk.
Author: Enzela Neupane
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file
Dynamic: requires-python

# File Extension Changer

A simple and efficient Python tool to **change file extensions in bulk** for all files in a folder automatically.  

---

## Features

* Change multiple file extensions at once  
* Works with any file type (PDF, TXT, CSV, etc.)  
* Beginner-friendly and lightweight  
* Handles invalid or empty folders  
* Skips hidden files  
* Safe renaming to avoid errors  

---

## Installation

### Clone the repository:

```bash
git clone https://github.com/Enzela/file-extension-changer.git
cd file-extension-changer
