Skip to main content

Convert Strings to Title Case

Project description

PyPI version Downloads PyPI license Maintenance GitHub issues

Titleize


Titleize is a Python module to convert text to Title Case. Title Case is the text format that is commonly used in titles. Example: There Is a Bird Over There. He Is a Robin

It may not look like much but there are specific rules to follow to make This format appealing to the human eye, and I've compressed it down into a Python module.


Usage:

Titleize is extremely simple to use. Just pass your string to the function and its done! Example:

import titleize
print(titleize.titleize("i like to look at birds. Birds are really cool animals."))

That would output

I Like to Look At Birds. Birds Are Really Cool Animals.

Pretty cool, right? What are you waiting for? Install it now with pip install titleize

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

titleize-0.0.4.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

titleize-0.0.4-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page