# Clistyle
### Python3 library for coloring command line interface.
## install:
pip install clistyle
## usage:
```python
from clistyle import Color
c = Color()
print(c.YELLOW + "Test Colors" + c.RESET)
print(c.BLUE + "Test Colors" + c.RESET)
print(c.GREEN + "Test Colors" + c.RESET)
print(c.CYAN + "Test Colors" + c.RESET)
print(c.MAGENTA + "Test Colors" + c.RESET)
print(c.RED + "Test Colors" + c.RESET)
```
## Output:
![Captura de tela de 2023-10-07 09-08-52](https://github.com/JuanBindez/clistyle/assets/79322362/3b754dda-e673-4948-a8fc-3fac442d52a9)
Raw data
{
"_id": null,
"home_page": "https://github.com/juanbindez/clistyle",
"name": "clistyle",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "tools,cli,terminals",
"author": "Juan Bindez",
"author_email": "juanbindez780@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a9/e5/11bfc11f8bf7b4e944f8c4e1207bbe80d1915c0b90774ca373c74a5f3a3f/clistyle-1.0.0.tar.gz",
"platform": null,
"description": "\n# Clistyle\n\n### Python3 library for coloring command line interface.\n\n## install:\n\n pip install clistyle\n\n## usage:\n\n```python\n\nfrom clistyle import Color\n\nc = Color()\n\nprint(c.YELLOW + \"Test Colors\" + c.RESET)\nprint(c.BLUE + \"Test Colors\" + c.RESET)\nprint(c.GREEN + \"Test Colors\" + c.RESET)\nprint(c.CYAN + \"Test Colors\" + c.RESET)\nprint(c.MAGENTA + \"Test Colors\" + c.RESET)\nprint(c.RED + \"Test Colors\" + c.RESET)\n\n```\n## Output:\n\n![Captura de tela de 2023-10-07 09-08-52](https://github.com/JuanBindez/clistyle/assets/79322362/3b754dda-e673-4948-a8fc-3fac442d52a9)\n\n\n",
"bugtrack_url": null,
"license": "GPLv2 license",
"summary": "Python3 library for coloring command line interface.",
"version": "1.0.0",
"project_urls": {
"Bug Reports": "https://github.com/juanbindez/clistyle/issues",
"Homepage": "https://github.com/juanbindez/clistyle",
"Read the Docs": "https://github.com/JuanBindez/clistyle/tree/main/docs/user"
},
"split_keywords": [
"tools",
"cli",
"terminals"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "837cd16213067f3b746b347e787c043b1d46f4b743a39bc132c5e2a0c878cb09",
"md5": "86f79e4606a0eb9811cb576fa3162f4e",
"sha256": "b7bcabed6488a32e32864faddb43656dd08e1caefed70ebe2c4fc797881c941c"
},
"downloads": -1,
"filename": "clistyle-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "86f79e4606a0eb9811cb576fa3162f4e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 9698,
"upload_time": "2023-10-07T12:32:29",
"upload_time_iso_8601": "2023-10-07T12:32:29.149747Z",
"url": "https://files.pythonhosted.org/packages/83/7c/d16213067f3b746b347e787c043b1d46f4b743a39bc132c5e2a0c878cb09/clistyle-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a9e511bfc11f8bf7b4e944f8c4e1207bbe80d1915c0b90774ca373c74a5f3a3f",
"md5": "9fdcd6af19a60e54e48c1e1182864e42",
"sha256": "fdd65bc02cc1d5fdf9ede19e6840109bd458f202d7cabcb30eca79b502b8e083"
},
"downloads": -1,
"filename": "clistyle-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "9fdcd6af19a60e54e48c1e1182864e42",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 9305,
"upload_time": "2023-10-07T12:32:31",
"upload_time_iso_8601": "2023-10-07T12:32:31.332694Z",
"url": "https://files.pythonhosted.org/packages/a9/e5/11bfc11f8bf7b4e944f8c4e1207bbe80d1915c0b90774ca373c74a5f3a3f/clistyle-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-07 12:32:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "juanbindez",
"github_project": "clistyle",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "clistyle"
}