Metadata-Version: 2.4
Name: bulk-renamer-anuska
Version: 0.1.2
Summary: Python package to automatically organize files by type
Home-page: https://github.com/anuskabhandari/Bulk_file_renamer
Author: Anuska Bhandari
Author-email: bhandarirekha652@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

#  Bulk File Renamer

A simple and efficient Python tool to rename multiple files in a folder automatically using a custom prefix and numbering.

---

##  Features

*  Rename files in bulk
*  Automatic numbering
*  Custom prefix support
*  Keeps original file extensions
*  Skips duplicate file names
*  Ignores hidden files
*  Handles edge cases (invalid folder, empty folder)

---

##  Installation

```bash
pip install bulk-renamer-anuska

```
## Project Structure
 bulk_file_renamer/
│
├── dist/
├── file_renamer/
│   ├── __init__.py
│   └── file_renamer.py
│
├── LICENSE
├── pyproject.toml
├── README.md
├── setup.py
---

##  Edge Cases Handled

*  Invalid folder path
*  Empty folder
*  Duplicate file names (skipped)
*  Hidden files ignored

---

##  How It Works

1. Access folder using `pathlib`
2. Read all files
3. Loop through files
4. Generate new names using prefix + number
5. Rename files safely

---
## Contributing
Contributions are welcome!
Feel free to open issues or submit pull requests.

---
##  License

This project is open-source and available under the MIT License.

---
##  Author

Developed by Anuska Bhandari

