No project description provided
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
shellplus-0.0.6a0.tar.gz
(2.1 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 shellplus-0.0.6a0.tar.gz.
File metadata
- Download URL: shellplus-0.0.6a0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15d8ff253ff7e86a64bd0c55945c256b821ac07aa0007a42bf9a576be586760d
|
|
| MD5 |
b93f11e9494865ab72789c4f9bf1eb1e
|
|
| BLAKE2b-256 |
407e0dbbf9c658a46f1044c8345e070f75c5e63bf41d7e9789ad385fb60c334b
|
File details
Details for the file shellplus-0.0.6a0-py3-none-any.whl.
File metadata
- Download URL: shellplus-0.0.6a0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a93b20083391fc1afbfcb8865e059c45f0241c7d45db36f6b5e9bad229414606
|
|
| MD5 |
4895dffa8262b8d351e6fba6e9ac375d
|
|
| BLAKE2b-256 |
31f63d240cc90372427a5ce945b0a6af265029e1d7e0533faca34c57b2cc732a
|