Skip to main content

Command Palette

Search for a command to run...

Created the new python package

Published
β€’1 min readβ€’View as Markdown

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