DEV Community

Cover image for Created a new python package
nilkanth ahire
nilkanth ahire

Posted on

Created a new python package

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!

Python #OpenSource #Coding #FunStrings #Learning #BuildInPublic

Top comments (0)