AI Image Generator
1.0.0
AI Image Generator is a Python application that utilizes OpenAI's GPT-3 to generate images based on user prompts and style preferences. This application provides a graphical user interface (GUI) built using Tkinter for a seamless user experience.
customtkinter
library (Install with pip install customtkinter
)openai
library (Install with pip install openai
)PIL
library (Install with pip install Pillow
)requests
library (Install with pip install requests
)Set up your OpenAI API key.
Run the main.py
script to launch the application.
Enter a prompt in the "Prompt" text box.
Select a style from the "Style" dropdown menu.
Adjust the number of images to generate using the slider.
Click the "Generate" button to create and display the images.
main.py
.root.geometry
line.