lool/README.md
2024-03-30 14:23:36 -03:00

21 lines
531 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p align="center"><img src=".github/img/logo.svg" height="128"></p>
<br>
<br>
<br>
<p align="center"><b>𝐥𝐨𝐨𝐥</b> is a tool-box library with common utilities for <b>𝚕𝚞𝚌𝚘𝚍𝚎.𝚊𝚛</b> projects.
</p>
<br>
<br>
<br>
# Features
- [ ] **logging**: A simple logging utility.
- [ ] **cli**: Command-line interface utilities:
- [ ] **argparse**: A simple wrapper around `argparse`.
- [ ] **color**: `foo.<color>()` like extension methods for strings.
- [ ] **case**: Case conversion utilities.