Metadata-Version: 2.1
Name: foocheck
Version: 0.2.0
Summary: A username checker
Author: walidsa3d
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: httpx[http2] (>=0.28.1,<0.29.0)
Description-Content-Type: text/markdown

<div align="center">
  <img src="./logo.png" alt="foocheck Logo" width="200">
  <h1>FooCheck</h1>
  <p>A Fast Username Checker</p>
  <a href="https://github.com/walidsad/actions/workflows/test.yml">
    <img src="https://img.shields.io/github/actions/workflow/status/walidsad/foocheck/test.yml?branch=main&style=flat-square" alt="Test Status">
  </a>
  <a href="https://github.com/walidsad/foocheck/blob/main/LICENSE">
    <img src="https://img.shields.io/github/license/walidsad/foocheck?style=flat-square" alt="License">
  </a>
</div>

FooCheck is an extremely fast username checker.

## 🚀 Features


## Installation
```
pip install foocheck
```

## Usage
```bash
foocheck john --category social
```

## 🧑‍💻 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## 📄 License
This project is licensed under the MIT License. See the LICENSE file for more details.



