Metadata-Version: 2.4
Name: utilify
Version: 1.0.2
Summary: A lightweight utility library for various operations
Author-email: Johnathan31 <ab1049669@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/johnathan31/utilify
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# utilify 🛠️


[![License](https://img.shields.io/badge/license-MIT--0-blue.svg)](./LICENSE)
[![Python](https://img.shields.io/badge/python-3.8+-green.svg)](https://www.python.org/)

---

### 🧩 Overview
**utilify** is a lightweight and flexible Python utility library that provides a collection of handy tools to make your coding life easier — from string manipulation and decorators, to timing functions, terminal display helpers, and more.

The goal is simple: gather all the little “useful” utilities you often rewrite across projects into one clean, minimal package.

---

### 🚀 Features
- **String utilities**: formatting, comparisons, corrections, and text helpers.  
- **Decorators**: easy timing, encryption, and more.  
- **Terminal display tools**: progress bars, spinners, and status messages.  
- **Lightweight**: no heavy dependencies — plug it into any project.  
- **Readable**: clean and well-structured code built for maintainability.

---

### 🧰 Installation
Install directly from PyPi:
```bash
pip install utilify
```
or install from source:
```bash
git clone https://github.com/Johnathan31/utilify.git
cd utilify
pip install .
```

---
