Metadata-Version: 2.3
Name: juadaqr
Version: 0.4.0
Summary: Generate QR code using URL
License: MIT
Requires-Dist: qrcode[pil]>=8.2
Requires-Dist: typer>=0.25.1
Requires-Dist: pyinstaller>=6.0 ; extra == 'build'
Requires-Python: >=3.14
Provides-Extra: build
Description-Content-Type: text/markdown

# juadaqr

> Generate QR codes from your terminal with a simple command

## Features

- Instantly generates QR codes from any URL
- Simple command line interface
- Fast and lightweight
- Clean, formatted output
- Export your QR code as an image
- Easy one-command installation

## Installation

### Quick Installation (recommended)

```bash
curl -LsSf \
  https://github.com/juadadev/juadaqr/releases/latest/download/install.sh | sh
```

## After Installation
>
> If the command is not recognized, add ~/.local/bin to your PATH:

### For bash/zsh

```bash
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
```

### For fish

```bash
fish_add_path ~/.local/bin
```

### Other option

```bash
uv tool update-shell
```

## Verify installation

```bash
juadaqr --version
```

## Use

```bash
juadaqr <url>
```

## Example

```bash
juadaqr https://github.com/juadadev
```
