Convert text to upper or lower case
Project description
UpperLowerLib
مكتبة لتحويل النصوص إلى حروف كبيرة أو صغيرة.
التثبيت
pip install UpperLowerLib
CMD
upperlowerlib upper Hello World
# HELLO WORLD
upperlowerlib lower Hello World
# hello world
Python
from upper_lower_lib import to_upper, to_lower
text = "Hello World"
print(to_upper(text)) # HELLO WORLD
print(to_lower(text)) # hello world
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
upperlowerlib-0.1.0.tar.gz
(2.9 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 upperlowerlib-0.1.0.tar.gz.
File metadata
- Download URL: upperlowerlib-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4b9eab42354e072686fe995446135e3361cbba5361ea15369d16fba92a8111e
|
|
| MD5 |
0cbef995047363adbbfcb8e6622434af
|
|
| BLAKE2b-256 |
f83dd347d9a0eec5b4b60bf2ff0ceee3fdedd74e30a6921a77b8a78e491b81a2
|
File details
Details for the file upperlowerlib-0.1.0-py3-none-any.whl.
File metadata
- Download URL: upperlowerlib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5561ff910fd615af1f9891cf742bdb5959d76eb417505fea129217ddec8b3d9b
|
|
| MD5 |
251fccaa979c57a67c302d540147eaeb
|
|
| BLAKE2b-256 |
13ee7c992407c31fcc7b80514ae971b7d818283e1f9f4e4a1ee625bd026f85ae
|