Metadata-Version: 2.4
Name: ConUtils
Version: 0.0.3
Summary: A collection of console output fomating methods
Project-URL: Homepage, https://github.com/LePenner/ConUtils
Project-URL: Issues, https://github.com/LePenner/ConUtils/issues
Author-email: Kira <monoclecatstudio@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Console Utilities (ConUtils)

Hai :3 

Terminal needs ANSI support! - *duh*

ConUtils is a simple toolkit designed to beautify your console and provide essential utilities for script development.
Currently implemented:

- Spinner
- StaticText
- Containers
- Console

## to-do:

- Log 
- DynamicTextelements

- implement multi line spinners/animations
- add Frame class for containers
- add Screen and Line Classes as containers

- add update functionality to dynamically adjust screen state after run command

### internal changes:

- compile output string before printing to reduce tearing
- move error classes to seperate folder

## desgtribution

- will be handled by pip ```pip install ConUtils```
- currently on testpypi ```pip install --index-url https://test.pypi.org/simple/ --no-deps conutils```
