An open API service indexing awesome lists of open source software.

https://github.com/yjg30737/pyqt_making_dynamic_gui_with_gpt_json_response_example

Making dynamic GUI based on GPT response
https://github.com/yjg30737/pyqt_making_dynamic_gui_with_gpt_json_response_example

gpt gpt-gui gpt-json gpt4 pyqt-gpt pyqt5 pyqt5-desktop-application pyqt5-examples pyqt5-gui

Last synced: 4 months ago
JSON representation

Making dynamic GUI based on GPT response

Awesome Lists containing this project

README

        

# 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](https://github.com/yjg30737/pyqt_making_dynamic_gui_with_gpt_json_response_example/assets/55078043/4e03f291-8fb7-4e39-97e7-e03df382c8cb)

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