Get your own Python server Result Size: 625 x 565
x
 
import camelcase
c = camelcase.CamelCase()
txt = "lorem ipsum dolor sit amet"
print(c.hump(txt))
#This method capitalizes the first letter of each word.
Lorem Ipsum Dolor Sit Amet