Metadata-Version: 2.4
Name: snowfarn
Version: 7.7.7
Summary: A simple and beautiful console logger
Author-email: snowfarn <snowfarn@snowfarn.space>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: colorama>=0.4.6

# snowfarn

A beautiful and simple console logger for Python.

## Installation

```bash
pip install snowfarn

Usage
from snowfarn import log

log.success("Operation completed successfully!")
log.error("An error occurred.")

