Big news: I just made my first open-source Python package public! 🚀
It's called FunStrings — a small toolkit with 24 useful string functions (like reversing text, counting vowels, checking palindromes, extracting emails, and more).
I built it because I kept running into small string problems while coding, and I wanted something beginner-friendly, lightweight, and easy to use.
No heavy dependencies — just pure Python fun. 😄
📦 Install: pip install funstrings
🔗 GitHub repo: https://github.com/nilkanth02/stringfun
Would love your feedback, ideas, or even contributions if you check it out. Thanks for reading!