Special Character Converter
Project description
special-character-converter
Installation
To install the Special Character Converter package, you can use pip:
pip install special-character-converter
import special_character_converter
# Define text with verbal representations of special characters
text = "This is an example with star and at symbol."
# Convert verbal representations to special characters
converted_text = special_character_converter.convert_to_special(text)
print(converted_text)
# Output: "This is an example with * and @ symbol."
Special Character Mapping
The following verbal representations of special characters are supported for conversion:
star: *
open bracket: (
close bracket: )
exclamation mark: !
at symbol: @
hash symbol: #
dollar sign: $
percent sign: %
caret: ^
ampersand: &
asterisk: *
hyphen: -
underscore: _
plus sign: +
equal sign: =
curly brackets: { }
square brackets: [ ]
vertical bar: |
backslash: \
colon: :
semicolon: ;
double quotation marks: "
single quotation marks: '
less than symbol: <
greater than symbol: >
comma: ,
period: .
forward slash: /
question mark: ?
tilde: ~
grave accent: `
degree symbol: °
cent symbol: ¢
registered trademark symbol: ®
trademark symbol: ™
copyright symbol: ©
oblique: /
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file special-character-converter-2.0.tar.gz.
File metadata
- Download URL: special-character-converter-2.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f122329c1bcc1ffcbee8a1ed3cb86869a216563816536f559dc561d33fe4fda6
|
|
| MD5 |
0df004b00f5e822b48de49ebfa11dbd1
|
|
| BLAKE2b-256 |
e125046fa84110c20929a1c6224535ec66eebc80d70266c4c3a494ee43a2f5f4
|
File details
Details for the file special_character_converter-2.0-py3-none-any.whl.
File metadata
- Download URL: special_character_converter-2.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f661c524097d968657f4992ae1bf5ef2190922ba7ffa453ac3823a24e3cad2d6
|
|
| MD5 |
8f167ebd1b4c8183b2c9b503b834eeba
|
|
| BLAKE2b-256 |
322f110497fd1927bf1234ddafa62bf0f704593183389269f23c0d3cfec04e2d
|