π₯Download and Import
Download the library and set parameters
Prerequisite
Python 3.6 and above
Install
To download the Python package, execute the following command:
pip install phrazor
Import
To begin utilizing the library, you can start by importing it and configuring the API key, which is generated during the Get your API Key process.
# Import the library
import phrazor
# Set your API Key
phrazor.API_KEY = "YOUR API KEY"
# Initialise the main class
phrzr = phrazor.Phrazor()
Last updated