Metadata-Version: 2.4
Name: myprintx
Version: 1.0.0
Summary: An enhanced print function supporting color and text styles.
Home-page: https://github.com/1061700625/myprintx
Author: Hualala
Author-email: 1061700625@qq.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# myprintx 🎨
A lightweight Python library that enhances the built-in `print()` function.

## Features
- ✅ Foreground & background color control  
- ✅ Text styles: **bold**, _italic_, underline  
- ✅ Compatible with built-in `print` behavior  
- ✅ Optional global patch (one line activation)

## Install
```bash
pip install myprint

## TODO
more ...
