# customisedLogs v2.0.2
```pip install customisedlogs --upgrade```
###### <br>A well maintained program to have coloured logs on the terminal. This would help isolate errors and success messages from each other just by their colours.
###### The package contains all colours combinations from https://davidpiesse.github.io/tailwind-md-colours
<br>To install:
```
pip install customisedlogs --upgrade
pip3 install customisedlogs --upgrade
python -m pip install customisedlogs --upgrade
python3 -m pip install customisedlogs --upgrade
```
#### <br><br>Using this program is as simple as:
```
from customisedLogs import CustomisedLogs
logger = CustomisedLogs(100)
logger.log(logger.Colors.teal, "teal")
logger.log(logger.Colors.red_100_accent, "red_100_accent")
logger.log(logger.Colors.blue_900, "blue_900")
logger.log(logger.Colors.grey_400, "grey_400")
logger.log(logger.Colors.deep_purple_700, "deep_purple_700")
logger.log(logger.Colors.black, "black")
logger.log(logger.Colors.white, "white")
```
And it would look like:<br>
![output-readme.png](https://raw.githubusercontent.com/BhaskarPanja93/customisedLogs/master/output-readme.png?raw=True)
### Future implementations:
* Let user change the default RGB values.
* Different formats. Compatible to render on HTML or any other stdout method.
###### <br>This project is always open to suggestions and feature requests.
Raw data
{
"_id": null,
"home_page": null,
"name": "customisedLogs",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "Bhindi <bhaskarpanja93@gmail.com>, riyapuri0710 <riyapuri0710@gmail.com>",
"keywords": "log, logs, pretty, prettified, color, colored, coloured logs, colored terminal, logger, tailwind",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/9c/df/13043402f7e67f806c5ff05afbf6d3ed6c436d36ee8b47beddcb46ed092c/customisedlogs-2.0.2.tar.gz",
"platform": null,
"description": "# customisedLogs v2.0.2\n\n```pip install customisedlogs --upgrade```\n\n###### <br>A well maintained program to have coloured logs on the terminal. This would help isolate errors and success messages from each other just by their colours.\n###### The package contains all colours combinations from https://davidpiesse.github.io/tailwind-md-colours\n\n\n<br>To install: \n```\npip install customisedlogs --upgrade\npip3 install customisedlogs --upgrade\npython -m pip install customisedlogs --upgrade\npython3 -m pip install customisedlogs --upgrade\n```\n\n\n#### <br><br>Using this program is as simple as:\n```\nfrom customisedLogs import CustomisedLogs\nlogger = CustomisedLogs(100)\n\nlogger.log(logger.Colors.teal, \"teal\")\nlogger.log(logger.Colors.red_100_accent, \"red_100_accent\")\nlogger.log(logger.Colors.blue_900, \"blue_900\")\nlogger.log(logger.Colors.grey_400, \"grey_400\")\nlogger.log(logger.Colors.deep_purple_700, \"deep_purple_700\")\nlogger.log(logger.Colors.black, \"black\")\nlogger.log(logger.Colors.white, \"white\")\n```\nAnd it would look like:<br>\n![output-readme.png](https://raw.githubusercontent.com/BhaskarPanja93/customisedLogs/master/output-readme.png?raw=True)\n\n### Future implementations:\n* Let user change the default RGB values.\n* Different formats. Compatible to render on HTML or any other stdout method.\n\n\n###### <br>This project is always open to suggestions and feature requests.\n",
"bugtrack_url": null,
"license": null,
"summary": "A well maintained package to have coloured logs on the terminal. This would help isolate errors and success messages from each other by their colours.",
"version": "2.0.2",
"project_urls": {
"Homepage": "https://github.com/BhaskarPanja93/customisedLogs"
},
"split_keywords": [
"log",
" logs",
" pretty",
" prettified",
" color",
" colored",
" coloured logs",
" colored terminal",
" logger",
" tailwind"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5a15b87ae56b04fea53ce108cfba91ac82794ccf081cb722331866abab553186",
"md5": "eb4bf003dee205f0b79877b7e68cfbb8",
"sha256": "5d7ec29863425f4989e1ac51681b69aee626250c6f1eb637ab3b78f5ccf73396"
},
"downloads": -1,
"filename": "customisedLogs-2.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "eb4bf003dee205f0b79877b7e68cfbb8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 6494,
"upload_time": "2024-12-04T18:02:22",
"upload_time_iso_8601": "2024-12-04T18:02:22.468500Z",
"url": "https://files.pythonhosted.org/packages/5a/15/b87ae56b04fea53ce108cfba91ac82794ccf081cb722331866abab553186/customisedLogs-2.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9cdf13043402f7e67f806c5ff05afbf6d3ed6c436d36ee8b47beddcb46ed092c",
"md5": "b58331f3030c8580378d4694fa9e1f07",
"sha256": "d71ff4644fc43c3eb89bd6bd4708ef63f5c00e3d2fcc151de91b10d415b1aa67"
},
"downloads": -1,
"filename": "customisedlogs-2.0.2.tar.gz",
"has_sig": false,
"md5_digest": "b58331f3030c8580378d4694fa9e1f07",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 6563,
"upload_time": "2024-12-04T18:02:23",
"upload_time_iso_8601": "2024-12-04T18:02:23.292671Z",
"url": "https://files.pythonhosted.org/packages/9c/df/13043402f7e67f806c5ff05afbf6d3ed6c436d36ee8b47beddcb46ed092c/customisedlogs-2.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-04 18:02:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "BhaskarPanja93",
"github_project": "customisedLogs",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "customisedlogs"
}