Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.07 KB

POLLI-GEN

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.

Features

  • 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

Usage

  1. Install the required libraries:

    pip install -r requirements.txt
  2. Run the script:

    python POLLI-GEN.py
  3. Enter your prompt in the text entry field.

  4. Click the "Generate Image" button to generate and display the image based on your prompt.

  5. Click the "Save Image" button to save the generated image to your local directory.

  6. 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.

License

This project is licensed under the MIT License.