Snakecase Coverter
Covert camelCase to snake_case
Screenshot
Install
$ pip install snakecase
Usage
import snakecase
print (snakecase.convert("YoginthVar"))
print (snakecase.convert("thisVariable"))
Get Help
There are few ways to get help:
-
Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
-
For bug reports and feature requests, open issues.
-
For direct and quick help, you can email me.
How to contribute
Have an idea? Found a bug? See how to contribute.
Thanks!
License
MIT