{"id":29671472,"url":"https://github.com/smartlegionlab/smarttextdecorator","last_synced_at":"2025-07-22T20:09:36.439Z","repository":{"id":246722715,"uuid":"822056831","full_name":"smartlegionlab/smarttextdecorator","owner":"smartlegionlab","description":"Smart text decorator.","archived":false,"fork":false,"pushed_at":"2025-06-12T23:49:55.000Z","size":35,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-14T09:22:50.440Z","etag":null,"topics":["cli-app","pypi-package","pypi-packages","python-lib","python3","smartlegionlab","text-decoration"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smartlegionlab.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-30T07:25:56.000Z","updated_at":"2025-06-12T23:49:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"389e124a-1e48-4846-953d-c9c122047e47","html_url":"https://github.com/smartlegionlab/smarttextdecorator","commit_stats":null,"previous_names":["smartlegionlab/smarttextdecorator"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/smartlegionlab/smarttextdecorator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fsmarttextdecorator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fsmarttextdecorator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fsmarttextdecorator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fsmarttextdecorator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartlegionlab","download_url":"https://codeload.github.com/smartlegionlab/smarttextdecorator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fsmarttextdecorator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266563915,"owners_count":23948689,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli-app","pypi-package","pypi-packages","python-lib","python3","smartlegionlab","text-decoration"],"created_at":"2025-07-22T20:09:35.771Z","updated_at":"2025-07-22T20:09:36.429Z","avatar_url":"https://github.com/smartlegionlab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smart Text Decorator \u003csup\u003ev0.1.3\u003c/sup\u003e\nSmart text decorator.\nA library for decorating strings and displaying them beautifully in the console.\n\n- Generates and displays lines to the full width of the console with the specified text and a placeholder character.\n- Generates and displays a line with the specified text, decorated at the top and bottom with filler characters along the length of the line.\n\n\u003e Use for beautiful design of console applications.\n\n***\n\nAuthor and developer: ___A.A. Suvorov___\n\n***\n\n[![PyPI Downloads](https://static.pepy.tech/badge/smarttextdecorator)](https://pepy.tech/projects/smarttextdecorator)\n![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/smarttextdecorator)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/smarttextdecorator?label=pypi%20downloads)](https://pypi.org/project/smarttextdecorator/)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/smarttextdecorator)](https://github.com/smartlegionlab/smarttextdecorator/)\n[![GitHub](https://img.shields.io/github/license/smartlegionlab/smarttextdecorator)](https://github.com/smartlegionlab/smarttextdecorator/blob/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/smarttextdecorator)](https://pypi.org/project/smarttextdecorator)\n[![PyPI - Format](https://img.shields.io/pypi/format/smarttextdecorator)](https://pypi.org/project/smarttextdecorator)\n[![GitHub Repo stars](https://img.shields.io/github/stars/smartlegionlab/smarttextdecorator?style=social)](https://github.com/smartlegionlab/smarttextdecorator/)\n[![GitHub watchers](https://img.shields.io/github/watchers/smartlegionlab/smarttextdecorator?style=social)](https://github.com/smartlegionlab/smarttextdecorator/)\n[![GitHub forks](https://img.shields.io/github/forks/smartlegionlab/smarttextdecorator?style=social)](https://github.com/smartlegionlab/smarttextdecorator/)\n\n\n***\n\n## What's new:\n\n__smarttextdecorator__ v0.1.3\n\n\u003e WARNING! Not backward compatible with older versions.\n\n- Fix errors. \n- Code refactoring.\n\n***\n\n## Help:\n\n- `pip install smarttextdecorator`\n\n```python\nfrom smarttextdecorator import SmartPrinter\n\nSmartPrinter.print_framed(symbol='-')\nSmartPrinter.print_center(text='Smart Legion Lab')\n\n```\n\n### Exemple:\n\n```python\nfrom smarttextdecorator import SmartPrinter\n\n\ndef main():\n    SmartPrinter.show_head(text='Smart Legion Lab')\n    print()\n    SmartPrinter.print_framed(text='Hello World!!!')\n    print()\n    SmartPrinter.show_footer(url='https://github.com/smartlegionlab/', copyright_='Copyright © 2024, A.A. Suvorov. All rights reserved.')\n\n\nif __name__ == '__main__':\n    main()\n\n```\n\n![logo](https://github.com/smartlegionlab/smarttextdecorator/raw/master/data/images/smarttextdecorator.png)\n\n***\n\n## Disclaimer of liability:\n\n    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n***\n\n## Copyright:\n    --------------------------------------------------------\n    Licensed under the terms of the BSD 3-Clause License\n    (see LICENSE for details).\n    Copyright © 2024, A.A. Suvorov\n    All rights reserved.\n    --------------------------------------------------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartlegionlab%2Fsmarttextdecorator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartlegionlab%2Fsmarttextdecorator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartlegionlab%2Fsmarttextdecorator/lists"}