Metadata-Version: 2.4
Name: printfxpy
Version: 1.0.4
Summary: A simple and colorful text printing library for Python
Home-page: https://github.com/kaedeek/printfxpy
Author: kaedeek
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8, <3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# PrintFX

A simple and colorful text printing library for Python.

## Features

- 🎨 Support for 16 different colors
- 🚀 Easy to use API
- 📦 Lightweight and dependency-free
- 🐍 Python 3.8+ support

## Installation

```bash
pip install printfx
```

## Quick Start

```python
from printfx import PrintFX

printer = PrintFX("RED")
printer.printfx("Hi")
```

## Available Colors

- `BLACK`, `RED`, `GREEN`, `YELLOW`, `BLUE`, `MAGENTA`, `CYAN`, `WHITE`
- `BRIGHT_BLACK`, `BRIGHT_RED`, `BRIGHT_GREEN`, `BRIGHT_YELLOW`, `BRIGHT_BLUE`, `BRIGHT_MAGENTA`, `BRIGHT_CYAN`, `BRIGHT_WHITE`
