Skip to main content

A tool for deleting Latin alphabets

Project description

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à."

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

alphabet_thief-0.0.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

alphabet_thief-0.0.1-py3-none-any.whl (4.4 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