jeturgavli / Quote-Image-Generator-for-Instagram

This Python script automates the creation of custom Instagram quote images. Choose backgrounds, input text lines, and pick text colors (white or black). Ideal for adding personality to your posts effortlessly. Embrace creativity with fonts and save your creations in the Quotes_Output/ directory. Spice up your Insta-feed with ease! 🎨
MIT License
3 stars 3 forks source link

Error Handling for Background Image Selection #4

Closed jeturgavli closed 2 months ago

jeturgavli commented 2 months ago

When the user inputs an invalid background image name, the program does not handle the error gracefully and crashes.

Steps to Reproduce:

  1. Run the program.
  2. When prompted to "Choose Background:", enter an invalid image name that does not exist in the Backgrounds directory.
  3. Observe the crash.

The program should notify the user that the entered background image name is invalid and prompt for a valid one, rather than crashing.

If anyone is interested in fixing this issue, I would greatly appreciate your help. Thank you! ❤

morenzorafael commented 2 months ago

Hi, I would like to try to fix this issue! Could you assign it to me please?

jeturgavli commented 2 months ago

@morenzorafael Thank you for taking on this task!

jeturgavli commented 2 months ago

Hey @morenzorafael, Could you please let me know how much time it will take to complete this fix?