Skip to content

yuichi0625/alphabet-thief

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alphabet-thief

"Hi, I am an alphabet thief. I steal every Latin alphabet from A to Z."

Requirements

  • Python >= 3.7

Installation

pip install alphabet_thief

Usage

import alphabet_thief

text = 'Hello, how are you?'
result = alphabet_thief.steal(text)
print(f'"{}"')
"     ,            ?"
text = 'Hello, how are you?'
result = alphabet_thief.replace(text, 'a')
print(f'"{}"')
"aaaaa, aaa aaa aaa?"
text = 'Trời mưa thì phải ở nhà.'
result = alphabet_thief.steal(text)
print(f'"{}"')
"   ̛̀    ̛     ̀    ̉   ̛̉    ̀."
text = 'Trời mưa thì phải ở nhà.'
result = alphabet_thief.replace(text, 'a')
print(f'"{}"')
"aaà̛a aa̛a aaà aaảa ả̛ aaà."

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages