Skip to main content

Some functions that introduce random typographical errors in provided text.

Project description

misspell

Some functions that introduce random typographical errors in provided text.

make one typo:

from misspell import make_typo

make_typo('test')  # tedt, tesw etc...

make typos in 50% of the characters:

from misspell import make_typos
make_typos('Hello, world!', percent=50)  # 'Jell8, woelf!', 'Hdllo, sorld!' etc...

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

misspell-0.5.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

misspell-0.5-py3-none-any.whl (16.0 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