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
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt_making_dynamic_gui_with_gpt_json_response_example
- Owner: yjg30737
- License: mit
- Created: 2024-02-03T05:43:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T06:08:50.000Z (over 1 year ago)
- Last Synced: 2024-12-29T08:42:09.957Z (5 months ago)
- Topics: gpt, gpt-gui, gpt-json, gpt4, pyqt-gpt, pyqt5, pyqt5-desktop-application, pyqt5-examples, pyqt5-gui
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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.