Skip to content

yjg30737/pyqt_making_dynamic_gui_with_gpt_json_response_example

Repository files navigation

pyqt_making_dynamic_gui_with_gpt_json_response_example

Making dynamic GUI based on GPT response

Requirements

  • PyQt5 >= 5.14
  • openai

Detailed Description

Using GPT to make GUI dynamically, enough said :)

Spending only 20 minutes to make this.

Read and analyze script.py, main.py, scrollArea.py to figure out how i did this.

How to Install

  1. git clone ~
  2. pip install -r requirements.txt
  3. python main.py

Preview

image

See Also

pyqt-gpt-json-example

  • Display tubular data as a table on the GUI from the GPT response. Don't dynamically set the GUI as a whole; But show data in the table dynamically.
  • Note: There is almost no difference between this one and pyqt-gpt-json-example aside from right side of the screen. Which means you can make your own GPT response example with my widgets :)
  • Especially, apiWidget.py is used in my any OpenAI-related project all the time.