Skip to content

πŸ–‹οΈ Add a new function to easy_imagesΒ #279

Description

@github-actions

easy_images currently has fewer than 10 functions β€” there's room for one more!

I'm looking for a contributor to add a new function to the easy_images module.

Tasks:

  • Pick a function that fits the theme of easy_images and isn't already covered.
  • Add it to easy_images.py, with a docstring following the docstring guide.
  • Add a matching test in tests/.

A few guidelines to keep things consistent:

  • Keep it beginner-friendly. The whole point of py-simple-wrap is that someone new to Python can use it without fighting boilerplate.
  • API style: a separate, clearly named function (e.g. miles_to_km(), not a generic convert() dispatcher).
  • Import style: it should work as from py_simple.easy_images import your_function.

Note: Not sure what function to add? Open a PR anyway or start a discussion here β€” happy to talk it through.

Links:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions