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
Release files for titleize 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| titleize-0.0.4.tar.gz | 2.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| titleize-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.7 kB
Release files / titleize-0.0.4.tar.gz
| Download URL | titleize-0.0.4.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ae6c942fad27ec9f1ce772213c3a6dad9a3eead384e4e11f2b6e0f8d0f4fe752
|
|
BLAKE2b-256 checksum How to use checksums |
97bc224f625cca7d3e917b33326e8c95504766d2395f77d3aa55aa6d74f4c65a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.2
|
Release files / titleize-0.0.4-py3-none-any.whl
| Download URL | titleize-0.0.4-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b3562b5f484eff0ca6b04f47d5e1ef4daeda7e610cf10a44862427ad4071f12e
|
|
BLAKE2b-256 checksum How to use checksums |
a37d5455dab3b2dd184901682c532194da3e070a94500a96a46b28ea202fad62
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.2
|