Metadata-Version: 2.1
Name: uwulogger
Version: 1.0.1
Summary: A Python logger module for logging in tools
Author: Aizer
Author-email: mohit.4sure@gmail.com
Keywords: python,pylogger,logger,logging,aizer logger,tool logger
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama

# LEVERAGERS LOGGER

Leveragers Logger is a Python module designed for logging various types of messages in tools and applications. It provides an easy way to handle debug, error, rate-limit warnings, user input, and informational messages.

## Features

- **Debug Logging**: Log debug messages.
- **Error Logging**: Log error messages.
- **Rate-Limit Logging**: Log rate-limit warnings.
- **User Input Logging**: Log user input.
- **Informational Logging**: Log general informational messages.

## Installation

You can install uwulogger using pip:

```sh
pip install uwulogger
```

## Usage

Here's a quick example of how to use uwulogger:

```python
from leveragers import log

log.dbg("This is a debug message.")
log.err("This is an error message.")
log.ratelimt("This is a rate-limit warning.")
log.inp("User input received.")
log.inf("This is an informational message.")
```

## Social Links

- **Github**: [GitHub](https://github.com/AxZeRxD)
- **Discord**: [Join our Discord server](https://discord.gg/rexa)
- **Discord**: [Join our Discord server](https://discord.gg/YMj7sp8N)
- **YouTube**: [Watch our tutorials on YouTube](https://www.youtube.com/@nukersop)



## License

This project is licensed under the MIT License.
