Metadata-Version: 2.1
Name: str-style
Version: 0.1.0
Summary: 
License: MIT
Author: esharf
Author-email: 57587340+esharf@users.noreply.github.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# str-style

str-style is a Python package that provides string styling functions to enhance the visual appearance of text.

#### Usage

To use the str-style package, follow these steps:

1. Import the desired styling function(s) from strstyle module.
2. Apply the styling function(s) to your string(s) to modify their appearance.
Here's an example of how to use the red styling function:
```python
>>> from strstyle import red
>>> print(red('Hello world'))
```

This will print the string "<span style="color: red">Hello world</span>" with red styling applied.

#### Available Styling Functions
- black
- red
- green
- orange
- blue
- purple
- cyan
- lightgrey
- darkgrey
- lightred
- yellow
- lightblue
- pink
- lightcyan
- bold
- disabled
- underline
- reverse
- invisible
- strikethrough


#### Contributing
Contributions to str-style are welcome! If you encounter any issues, have suggestions, or want to contribute improvements, please feel free to open an [issue](https://github.com/esharf/str-style/issues) or submit a [pull request](https://github.com/esharf/str-style/pulls).

#### License
This package is licensed under the MIT License. See the [LICENSE](/LICENSE) file for more details.


