Phrazor SDK
Get API KeyPhrazor API
  • 👋Welcome
  • Docs
    • ⚡Quick Start
    • 🔑Get your API Key
    • Documentation
      • 📥Download and Import
      • 🔗Connect your Data
      • 🛠️Setup your Analysis
        • Descriptor
        • Change
        • Trend
        • Compare
        • Target vs Achievement
        • Budget vs Expense
        • Others
          • Filter your Data
      • 📋Generate your Insights
      • 📝Generate your Summary
      • 🔌Integrations
      • 💣Rate Limits
Powered by GitBook
On this page
  • Prerequisite
  • Install
  • Import
  1. Docs
  2. Documentation

Download and Import

Download the library and set parameters

PreviousDocumentationNextConnect your Data

Last updated 1 year ago

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 process.

# Import the library
import phrazor

# Set your API Key
phrazor.API_KEY = "YOUR API KEY"

# Initialise the main class
phrzr = phrazor.Phrazor()

📥
Get your API Key