Metadata-Version: 2.4
Name: smartchecker
Version: 0.1.1
Summary: A smart spell checker with phonetic and proximate search.
Author: Amine
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pyfiglet
Requires-Dist: colorama
Requires-Dist: jellyfish
Dynamic: author
Dynamic: requires-python

# SmartChecker

A smart spell checker that uses phonetic similarity and proximate keyboard layout analysis to suggest corrections.

## Features
- GUI and CLI interfaces.
- English and French support.
- Phonetic dictionary search.
- Proximate keyboard distance calculations.

## Installation
```bash
pip install smartchecker
```

## Usage
Run the command-line tool:
```bash
smartchecker
```
