Metadata-Version: 2.4
Name: newbuscard
Version: 0.2.0
Summary: A Business Card Management App built with CustomTkinter
Author-email: Jongwhan Kang <hotjwk@email.com>
License-Expression: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: customtkinter>=5.2.2
Requires-Dist: pillow>=11.2.1
Requires-Dist: python-decouple>=3.8

# 🧾 NewBusCard

A lightweight, modern Business Card Manager built with **Python** and **CustomTkinter** — perfect for managing professional contact info with a sleek interface.

---

## 📸 Screenshot

![Screenshot](https://raw.githubusercontent.com/hotjwk/newbuscard/main/newbuscard/buscardm.png)

---

## ✨ Features

- 📇 Add, view, edit, and delete business card entries
- 🖼️ Store names, phone numbers, emails, and photos
- 🖌️ Beautiful CustomTkinter-based GUI
- 🔐 Configuration via `.env` using `python-decouple`
- 🛢️ Local SQLite database for persistent storage

---

## 🚀 Installation

Install directly from [PyPI](https://pypi.org/project/newbuscard/):

```bash
pip install newbuscard
```
