Skip to content

useless-tools/misspeller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MISSPELLER

Module that makes typos.

Works with Python 3.

Installation

pip install misspeller

Usage

>>> import misspeller

>>> misspeller.change_text('Why so serious?')
'Whg so srriojs?'

>>> misspeller.change_word('hello')
'yello'

>>> misspeller.change_symbol('b')
'n'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages