FareedLib
A Python library offering common utility functions for string manipulation, list processing, and basic mathematical operations. This library aims to simplify routine tasks with clean, reusable functions.
Features
- String Formatting: Easily format strings to title case, uppercase, or lowercase.
- List Filtering: Filter out even numbers from a list of integers.
- Mathematical Operations: Calculate the mean of a list or find the maximum value in a collection of numbers.
Installation
To install the library via pip:
pip install fareedlib