Metadata-Version: 2.1
Name: ffbancheck
Version: 0.1.0
Summary: A package to check if a Free Fire account is banned.
Author: LK-TEAM
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# ffbancheck

This Python package allows you to check if a Free Fire account is banned using the `check` method.

## Installation

To install the package, run:

\`\`\`bash
pip install ffbancheck
\`\`\`

## Usage

\`\`\`python
import ffbancheck

account_id = "12345678"
ffbancheck.check(account_id)
\`\`\`
