easy_ai 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_ai module.
Tasks:
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_ai 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:
easy_aicurrently has fewer than 10 functions β there's room for one more!