Metadata-Version: 2.4
Name: newbuscard
Version: 0.1.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

# 🧾 BusCard

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

## 📸 Screenshot

![BusCard Screenshot](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 included

---

## 🚀 Installation

Install directly from PyPI:

```bash
pip install buscard

```
