Metadata-Version: 2.4
Name: personal-library-manager
Version: 0.1.1
Summary: A CLI app to manage your personal book collection
Home-page: https://github.com/muhammadwaheedairi/personal-library-manager.git
Author: Muhammad waheed
Author-email: wm0297567@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

```markdown
# Personal Library Manager 📚

A simple command-line tool to manage your personal book collection using Python.

## 📦 Installation

You can install the tool directly from [PyPI](https://pypi.org/project/personal-library-manager/) using pip:

```bash
pip install personal-library-manager
```

> ⚠️ Make sure to add this Scripts path to your system `PATH` if the command is not recognized:  
> `C:\Users\<YourUsername>\AppData\Local\Packages\PythonSoftwareFoundation.Python.<version>_qbz5n2kfra8p0\LocalCache\local-packages\Python<version>\Scripts`

## 🚀 Usage

Once installed, just open your terminal and run:

```bash
library-manager
```

This will launch the CLI app where you can:
- 📖 Add new books
- 📚 View your collection
- ❌ Delete books
- 🔍 Search by title
- 🛑 Exit the application

## 🤖 Author

**Muhammad Waheed**  
[GitHub](https://github.com/muhammadwaheedairi) | [LinkedIn](https://linkedin.com/in/muhammadwaheedairi)

## 🛠️ Project Structure

```
personal-library-manager/
├── personal_library_manager/
│   └── cli.py
├── README.md
└── setup.py
```

## 🧪 Requirements

- Python 3.6+
- No external dependencies (for now!)

---

Enjoy managing your personal library from the terminal! 🚀
