python_camelcase.py:
x
 
import camelcase
c = camelcase.CamelCase()
txt = "hello world"
print(c.hump(txt))