Installation

Requirements

  • Python 3.8 or newer

  • pycountry (installed automatically)

Install from PyPI

pip install smartfaker

Install from source

git clone https://github.com/abirxdhack/TheSmartFaker
cd TheSmartFaker
pip install -e .

Optional: development extras

pip install "smartfaker[dev]"

Optional: documentation extras

pip install "smartfaker[docs]"

Verify installation

import smartfaker
print(smartfaker.__version__)