Metadata-Version: 2.1
Name: crcon
Version: 1.0.1
Summary: A small extension for chromaconsole for CMD
Author-email: Umit Tasdelen <umittadelen1277@gmail.com>
Project-URL: Homepage, https://github.com/umittadelen/crcon
Project-URL: Bug_Tracker, https://github.com/umittadelen/crcon/issues
Keywords: color,console,terminal,text,style
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
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: chromaconsole

# crcon

crcon console is a python package that uses chromaconsole to change text color of cmd

* if ***requests*** is installed this package updates automaticaly
* some terminals still don't support *ANSI escape*

<br>

## Installation

```cmd
pip install crcon
```

<br>

## Functions
```cmd
crcon text <hex code> #text color
crcon bg <hex code>   #text background color
crcon text reset      #reset text color
crcon bg reset        #reset bg color
```
<br>
