codedex-io / projects

Codédex Projects 📝
https://www.codedex.io/projects
MIT License
56 stars 30 forks source link

Update Create a Gif with Python project instructions #120

Closed intelagense closed 9 months ago

intelagense commented 9 months ago

Description

Updates the "Create a GIF with Python" project instructions and code.

Changes

  1. Updated the code to create GIFs using the iio.imwrite() method with the right settings, including making GIFs loop seamlessly.
  2. Improved instructions for importing the imageio Core API v3 as iio for better clarity and user-friendliness.
  3. Clarified instructions to enhance accessibility and improve understanding of the code