A simple yet powerful Python package providing various string manipulation utilities for text processing.
Project description
stringmagic
stringmagic is a lightweight and elegant Python package that provides easy-to-use functions for manipulating and transforming strings.
✨ Features
- Reverse any given text
- Remove vowels from strings
- Alternate capitalization for fun effects
🧠Installation
pip install stringmagic
🧰 Usage
from stringmagic import reverse, remove_vowels, alternate_caps
print(reverse("Priyanshu")) # "uhsnayirP"
print(remove_vowels("Hello World")) # "Hll Wrld"
print(alternate_caps("python")) # "PyThOn"
Developed by Priyanshu Modak
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
stringmagic-0.1.4.tar.gz
(1.7 kB
view details)
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 stringmagic-0.1.4.tar.gz.
File metadata
- Download URL: stringmagic-0.1.4.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3998bddde8378ff0bdbe0616f39cb2817529a38c02318d2bf3163acc0572bd7
|
|
| MD5 |
db7be0bc28e89e9424172bbe926d13b3
|
|
| BLAKE2b-256 |
f42293896e69006b75d723650b5e7aa35129c524df84aa14dc5980e27a2288ad
|
File details
Details for the file stringmagic-0.1.4-py3-none-any.whl.
File metadata
- Download URL: stringmagic-0.1.4-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdd9bcbf1e8c7d7aa2e403b27bdaa2956a101f8ae5452e280ad7d54ddb26fc03
|
|
| MD5 |
ea38e5688e92ad2b46d84fe9665cd0c7
|
|
| BLAKE2b-256 |
5dd32aa0e7fa865a643592589a94113f0c930a9bf250204d5c05abc60c563302
|