No project description provided
Reason this release was yanked:
'styles' module is broken
Project description
ShellPlus
ShellPlus is a Python package designed to streamline terminal text formatting, providing predefined styles and colors for efficient coding with colors and formatting in the terminal.
Installation
You can install ShellPlus using pip3:
pip3 install shellplus
Example usage:
from shellplus import styles, colors1 as colors
# Print a warning message
styles.print('This is a warning message.', 'warn')
# Print a soft error message
styles.print('This is a soft error message.', 'serr')
# Print a colorful message using 'gum pink'
colors.print('This is a colorful message.', 'gum pink')
# Print a differently colorful message using 'salmon'
colors.print('This is a differently colorful message.', 'salmon')
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 shellplus-0.0.7a1.tar.gz.
File metadata
- Download URL: shellplus-0.0.7a1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63399eebd7bfb903353fa51e71be1affacbb7bf9b23554a1c90b8bb171a33775
|
|
| MD5 |
b7304e92c265f09c55e7a1762adce170
|
|
| BLAKE2b-256 |
287580b0c12e3aaaff89dcf5f073997f3cf631cb22ce05a8110cd17d9e93d20e
|
File details
Details for the file shellplus-0.0.7a1-py3-none-any.whl.
File metadata
- Download URL: shellplus-0.0.7a1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65a48b489ea60ee7727883ff78887ef6b7c5752243cb2e3dc9ab98ffe2c69671
|
|
| MD5 |
54ea501d6de679653fc9b33e4e5477c9
|
|
| BLAKE2b-256 |
260b16d5aa48a622e8ab5ba05af22d096a55ba6abaef03f8ed27d372fb300806
|