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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file alphabet_thief-0.0.1.tar.gz
.
File metadata
- Download URL: alphabet_thief-0.0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e28616056fde9e62a9dc6c9e45a9dc2bcc1e3555e4492bb372ed17ad407700a9 |
|
MD5 | 2059e0ebc639549264dcf7b4d5c0d09c |
|
BLAKE2b-256 | 23861189f8125fbeb4e9fe0721290b921410c4718975a9135fa60c282737f290 |
File details
Details for the file alphabet_thief-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: alphabet_thief-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c576ac0979443c85f31f231e23a262a44d0eda08a386ad9ba18a6625e1d7450 |
|
MD5 | 6a3f44de92bfab2b4c2c85f20d9db208 |
|
BLAKE2b-256 | 6126daf03aec7c893f73e1f9bf127cdd07903fa70ed30e49c667f2c256b171b4 |