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.5a2.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.5a2.tar.gz.
File metadata
- Download URL: shellplus-0.0.5a2.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 |
a064190c6173ba3534f76975a7f41690bd104e8df97d3908d9bba7f10aaab500
|
|
| MD5 |
4746bb9cff656ace746e99ee4e0ae7b7
|
|
| BLAKE2b-256 |
afa90cd93aa5ca5fd717304836a504ef9e626d74af97c4944318c6d88939714f
|
File details
Details for the file shellplus-0.0.5a2-py3-none-any.whl.
File metadata
- Download URL: shellplus-0.0.5a2-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 |
6436809d71449c17dbe171594d7771244a4da87758876d1d76b1a37661f17da5
|
|
| MD5 |
bc508fbce717891b692414a96dd3d2dc
|
|
| BLAKE2b-256 |
590b70ab40ffcab9c75d76d6d239d8429102c8e56e3ce1f358b1ea01c0cddfe9
|