POLLI-GEN is a simple GUI application that generates images based on a text prompt using Pollinations and displays the image in a canvas. Users can enter a prompt, generate an image, and save the generated image locally.
- Enter a text prompt to generate an image
- Display the generated image in a canvas
- Save the generated image to a local directory
- Always on top window option
-
Install the required libraries:
pip install -r requirements.txt
-
Run the script:
python POLLI-GEN.py
-
Enter your prompt in the text entry field.
-
Click the "Generate Image" button to generate and display the image based on your prompt.
-
Click the "Save Image" button to save the generated image to your local directory.
-
Toggle the "Always on Top" feature from the "Options" menu to keep the window on top of other windows. The checkbutton will indicate whether this feature is enabled. It is enabled by default on startup.
This project is licensed under the MIT License.