This is a simple Tkinter interface that uses the CraiyonAI API to generate an image based on a word entered by the user. CraiyonAI = https://www.craiyon.com
Python 3.6 or higher tkinter and tkinter.ttk modules Pillow module Craiyon module To install the above requirements, enter the following commands in your terminal:
pip install tkinter
pip install pillow
pip install craiyon
Run the application by running the Abuzer-1.py file. Enter a word in the text box labeled "Enter a word." Click the "Generate" button. You can find the generated image in the "images" folder. You can clear the text box by clicking the "Clear" button.
This application is licensed under the MIT License. For details, see the LICENSE file.