{"id":19948212,"url":"https://github.com/chet-ag09/termy","last_synced_at":"2026-02-16T13:08:28.393Z","repository":{"id":243635548,"uuid":"812954704","full_name":"chet-ag09/termy","owner":"chet-ag09","description":"a python lib that provides a simple UI for the terminal","archived":false,"fork":false,"pushed_at":"2024-06-18T14:09:56.000Z","size":51,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T19:23:47.640Z","etag":null,"topics":["python","python-lib","python-library","terminal","terminal-ui"],"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/chet-ag09.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}},"created_at":"2024-06-10T08:19:20.000Z","updated_at":"2025-03-03T11:02:39.000Z","dependencies_parsed_at":"2024-06-18T16:55:34.977Z","dependency_job_id":null,"html_url":"https://github.com/chet-ag09/termy","commit_stats":null,"previous_names":["chet-ag09/termy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chet-ag09/termy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chet-ag09%2Ftermy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chet-ag09%2Ftermy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chet-ag09%2Ftermy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chet-ag09%2Ftermy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chet-ag09","download_url":"https://codeload.github.com/chet-ag09/termy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chet-ag09%2Ftermy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000717,"owners_count":26082879,"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-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["python","python-lib","python-library","terminal","terminal-ui"],"created_at":"2024-11-13T00:39:52.802Z","updated_at":"2025-10-09T00:25:17.529Z","avatar_url":"https://github.com/chet-ag09.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TermyUI\n\n### Termy is for creating a simple and attractive UI for the terminal, ranging from clickable links to simple buttons, termy has it all!\n\n[Visit PyPI page](https://pypi.org/project/termyUI/)\n\nThis is a big project for me hence, I need help maintaining it, if you are interested, shoot an email at - agchetna4@gmail.com\n\na simple demo with TermyUI.\n\nFirst, you need to install Termy, for that run the following command - \n\n```pip install termyUI``\n```\nfrom termy import *\nimport os\nimport webbrowser\n\nter = Termy()\n\ndef option_1():\n  webbrowser.open(url=\"https://www.youtube.com/watch?v=dQw4w9WgXcQ\")\n  \n\ndef option_2():\n    ter.head_text(\"TermyUI\", color=\"red\", style=[\"bold\"])\n    ter.p(\"Write 'python -m termy' in the terminal for all the functions and commands for using termy!\", color=\"blue\", style=[\"bold\"])\n\noptions = [\n    (\"Option 1\", option_1),\n    (\"Option 2\", option_2),\n]\nchoice = ter.btn(\"Select an option:\", options)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchet-ag09%2Ftermy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchet-ag09%2Ftermy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchet-ag09%2Ftermy/lists"}