Skip to main content

Python package that utilizes the GPT API to check for errors in code and explain the code.

Project description

checkify

Downloads checkify is a Python package that utilizes the GPT API to check for errors in code and explain the code.

Installation

You can install checkify using pip:

pip install checkify

Usage

To use checkify, import the check_code function from the code_checker module:

from checkify.code_checker import check_code

code = """
def greet(name):
    print("Hello, " + name)

greet("John")
"""

explanation = check_code(code)
print(explanation)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

checkify-0.5.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

checkify-0.5-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page