Skip to main content

ChartGPT is a library for generating charts from text

Project description

ChartGPT Logo


ChartGPT is a lightweight and user-friendly tool designed to assist you in visualizing your Pandas dataframes. Whether you are working in a Jupyter notebook or developing a Dash application, ChartGPT makes it effortless to generate stunning charts and plots. 📈

Features 🌟

  • Intuitive integration with Pandas dataframes 🐼
  • Supports both Jupyter notebooks and Dash applications 📓🚀
  • Simple installation and setup ⚙️

Installation ⬇️

You can install ChartGPT using pip:

pip install chartgpt

Example Usage 🎉

Jupyter Notebook 📔

import chartgpt as cg

df = pd.read_csv('data.csv')
chart = cg.Chart(df, api_key="YOUR_API_KEY")
chart.plot("Pop vs. State")

ChartGPT in a Jupyter notebook

Generated graph after inputting 'Pop vs. State'

Dash App 🚀

ChartGPT in a Dash app

Documentation 📚

For detailed information on how to use ChartGPT, please refer to the documentation.

License 📜

This project is licensed under the MIT License - see the LICENSE file for details.

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

chartgpt-0.0.7.tar.gz (1.6 MB view hashes)

Uploaded Source

Built Distribution

chartgpt-0.0.7-py3-none-any.whl (8.3 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