Metadata-Version: 2.4
Name: pandiyarajk
Version: 1.0.0
Summary: Display QR code for Pandiyaraj K's LinkedIn profile in your terminal
Author-email: Pandiyaraj K <hello@example.com>
License: MIT
Project-URL: Homepage, https://www.linkedin.com/in/pandiyaraj-k-49353467/
Project-URL: Repository, https://github.com/pandiyaraj
Keywords: qr,qrcode,linkedin,profile,terminal,cli
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Terminals
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: qrcode[pil]>=7.4.2
Dynamic: license-file

# 📱 pandiyarajk

> Display QR code for Pandiyaraj K's LinkedIn profile directly in your terminal

## Installation

```bash
pip install pandiyarajk
```

## Usage

Simply run:

```bash
pandiyarajk
```

Or:

```bash
python -m pandiyarajk
```

## What it does

Displays a QR code in your terminal that links to Pandiyaraj K's LinkedIn profile:
**https://www.linkedin.com/in/pandiyaraj-k-49353467/**

Scan the QR code with your phone to instantly open the profile!

## Requirements

- Python 3.8+
- qrcode[pil] library (automatically installed)

## License

MIT License
