Metadata-Version: 2.4
Name: sheet2vcf
Version: 1.0
Summary: Simple and efficient tool to export contact numbers from CSV sheets to VCF format
Home-page: https://github.com/MohamedElsayed-debug/sheet2vcf
Author: Mohamed Elsayed
Author-email: ms.moh.dev@gmail.com
Project-URL: Source, https://github.com/MohamedElsayed-debug/sheet2vcf
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: summary

# sheet2vcf

**Convert your contact numbers from Excel/CSV sheets into VCF (vCard) format with one simple command.**

---

## Overview

`sheet2vcf` is a lightweight and efficient Python tool that helps you export phone numbers from Excel or CSV files into `.vcf` format — ready to be imported directly into your phone’s contact list.

Ideal for anyone managing contact lists, marketing data, or bulk phone numbers.

---

## Features

- 🔹 Converts `.csv` or `.xlsx` sheets to `.vcf`
- 🔹 Automatically cleans spaces and dashes from numbers
- 🔹 Fast and simple — just one line of command
- 🔹 Works on all operating systems (Windows, macOS, Linux)
- 🔹 100% open-source and free

---

## Installation

You can install it directly from PyPI:

```bash
pip install sheet2vcf

