/openai-prac-py

practice diy apps for openai

Primary LanguagePython

OpenAI API Quickstart - Python example app

This is a repo originally from openai as an example app in Flask,

I've coded with tkinter for practicing purposes, will follow up with a flask project to practice and review python.

Will complete the first tkinter one to have a chat-box like function and then image display for dall.e compatibility.

After that, I'll transfer these functions to a web-like application.

Need to format the app.py in oop style. Basic functions are there. Need to add a dalle option in tkinter, just for practice.