Metadata-Version: 2.1
Name: Colors-Terminal
Version: 0.0.2
Summary: colors_terminal this tool help decorate your terminal in Python fast and easy :)
Home-page: https://github.com/xXBlackDev9010Xx/colors_terminal
Author: xXBlackDev9010Xx
Author-email: tecnoblue9010@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# colors_terminal

## Installation

`pip install Colors-Terminal`
## Usage

	from colors_terminal.colors import colors
	
	color = Colors()
	
	color.print(f"{color.red}Hello world!", colored=True)
	# Print text without color
	color.print("Hello world!", colored=False)
	# If colored is active the color will be seen if it is off it will not be seen
### Colors
black
white
blue
red
yellow
green
orange
purple
