Metadata-Version: 2.4
Name: xlcp
Version: 1.0.0
Summary: Minimal CLI tool to copy Excel files
Author: Sachin
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: rich

\# xlcp



Minimal CLI tool to copy Excel files.



\## Usage



```bash

xlcp copy --source "D:\data" --dest "C:\backup"





👉 PyPI will display this as your project page



\---



\# 🔐 STEP 4: Create PyPI Account



Go to:

👉 https://pypi.org/account/register/



Create account



\---



\# 📦 STEP 5: Install Build Tools



```bash

pip install build twine

