{"id":21066463,"url":"https://github.com/mishakorzik/heconsole","last_synced_at":"2025-05-16T03:31:47.376Z","repository":{"id":57747132,"uuid":"521955941","full_name":"mishakorzik/heconsole","owner":"mishakorzik","description":"My pip library for customisation console","archived":false,"fork":false,"pushed_at":"2022-08-07T10:10:34.000Z","size":387,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-05-24T23:52:30.009Z","etag":null,"topics":["console","custom","customization","done","error","logging","logs","pip","pypi","python","terminal","termux","termux-hacking","warn"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mishakorzik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-06T13:36:48.000Z","updated_at":"2023-01-11T15:11:26.000Z","dependencies_parsed_at":"2022-09-03T02:22:20.980Z","dependency_job_id":null,"html_url":"https://github.com/mishakorzik/heconsole","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishakorzik%2Fheconsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishakorzik%2Fheconsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishakorzik%2Fheconsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishakorzik%2Fheconsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mishakorzik","download_url":"https://codeload.github.com/mishakorzik/heconsole/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225402459,"owners_count":17468832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["console","custom","customization","done","error","logging","logs","pip","pypi","python","terminal","termux","termux-hacking","warn"],"created_at":"2024-11-19T17:59:51.698Z","updated_at":"2024-11-19T17:59:52.436Z","avatar_url":"https://github.com/mishakorzik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# heconsole\n#### Perfect pip module to design and display your terminal, great customization\n\n## Installation\n```\n// Installation this module is not difficult, \n// just write the command below.\n\npip install heconsole\n```\n\n## Usage\n#### this pip module has a lot of useful things for customization and logging\n\n```python\nfrom heconsole import console\nconsole.setTimeFormat(timeFormat='%H:%M:%S')\n\nconsole.log(0, \"log\")\nconsole.warn(0, \"warn\")\nconsole.error(0, \"error\")\nconsole.success(0, \"success\")\nconsole.info(0, \"info\")\nconsole.revers(0, \"revers log + detail\")\nconsole.detail(0, \"detailed log\")\nconsole.dir(0, \"this log with dir\")\n\nconsole.arrowLog(0, \"arrow log\")\nconsole.arrowWarn(0, \"arrow warn\")\nconsole.arrowError(0, \"arrow error\")\nconsole.arrowSuccess(0, \"arrow success\")\nconsole.arrowInfo(0, \"arrow info\")\nconsole.arrowRevers(0, \"arrow revers\")\nconsole.arrowDetail(0, \"arrow detail\")\nconsole.arrowDir(0, \"arrow dir \")\n\nconsole.log(0, \"no .GREENdate.WHITE time ;-)\", showTime=False)\nconsole.success(0, \".YELLOWyellow \u0026 .GREENgreen color.WHITE MAGENTABGmagenta bg \", showTime=False)\n\nconsole.bold(0, \"bold text\")\nconsole.italic(0, \"italic text\")\nconsole.inverse(0, \"inverse text\")\nconsole.underline(0, \" underline text\")\nconsole.log(2, \"wait 2 secons to print\") # times 2 secs\n\n# or\nconsole.arrowLog(0, \".BOLD bold .ITALICitalic .INVERSE inverse .UNDERLINE underline\")\n\n# example\nconsole.arrowLog(0, \".BOLD Lorem .GREENipsum dolor .ITALIC sit amet,.BLACK REDBGconsectetur adipiscing .BLUEelit...\")\n```\n\n## Output\n\u003cimg width=\"99.9%\" src=\"https://raw.githubusercontent.com/mishakorzik/heconsole/main/images/IMG_20220806_222355.jpg\"/\u003e\n\ncustomizing the log entry terminal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmishakorzik%2Fheconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmishakorzik%2Fheconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmishakorzik%2Fheconsole/lists"}