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:
```python
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.5a1.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.5a1.tar.gz.
File metadata
- Download URL: shellplus-0.0.5a1.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 |
dfb79c8a7dbf5a695e734f7624822ce69ea4902ab548aae497cb955a457004d1
|
|
| MD5 |
4e5c7fe0ada12304cdcd31d836c7ad65
|
|
| BLAKE2b-256 |
24816758160ef2e376fadfe09c8e7ce714a65a3e552e92ae8b0a4c61c2d60dca
|
File details
Details for the file shellplus-0.0.5a1-py3-none-any.whl.
File metadata
- Download URL: shellplus-0.0.5a1-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 |
4570b27e1abfe59b2be9a0eeb7acad29078ab5b87673710a02287a1bd7eb3c45
|
|
| MD5 |
ddcaf265a9c33f81b8e81f667810cd5f
|
|
| BLAKE2b-256 |
bddccd13c047de4f17b2dd0f20c0eb0fdb9e997e3a33109aec57885764fed921
|