Metadata-Version: 2.1
Name: CobwebIT
Version: 1.1
Summary: This is a Complex of random things
Author: Francisek s
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Home Automation
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# CobwebProject

Cobweb is a simple Python project containing a class for handling logs and displaying ASCII art of a stick figure. The project demonstrates the basic use of modules, classes, and methods in Python.

## Functionalities

- `Message logging`: Supports three levels of logging - information logs, warnings and errors.
- `Date Display`: Simple method that returns the current date.
- `ASCII Art`: Method to display a simple man in ASCII art.

## Requirements

- Python 3.x
- `colorama` library for coloring text in the console.

## Installation

1. Clone the repository:

    ```sh
    git clone https://github.com/SneakyFrameworkCreator/CobwebIT
    ```

2. Go to the project directory:

    ```sh
    cd cobweb
    ```

3. Install required dependencies:

    ```sh
    pip install colorama
    ```
3. Or download from this command
    ```sh
    pip install CobwebIT
    ```

## Usage

### Importing a class

To use the `Cobweb` class, import it in your Python script:

```python
from cobweb import Cobweb

