{"id":28438969,"url":"https://github.com/benitmulindwa/flet_gradient_text","last_synced_at":"2026-03-09T10:01:34.529Z","repository":{"id":295700959,"uuid":"990955410","full_name":"Benitmulindwa/flet_gradient_text","owner":"Benitmulindwa","description":"A flet component that makes it easy to create gradient text and animated gradient text.","archived":false,"fork":false,"pushed_at":"2025-05-31T23:23:48.000Z","size":11,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-18T04:12:34.751Z","etag":null,"topics":["animated-gradient-text","flet","flet-gradient","gradient-text","python"],"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/Benitmulindwa.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":"2025-05-26T22:59:15.000Z","updated_at":"2025-10-30T02:11:10.000Z","dependencies_parsed_at":"2025-06-28T23:42:00.888Z","dependency_job_id":null,"html_url":"https://github.com/Benitmulindwa/flet_gradient_text","commit_stats":null,"previous_names":["benitmulindwa/flet_gradient_text"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Benitmulindwa/flet_gradient_text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benitmulindwa%2Fflet_gradient_text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benitmulindwa%2Fflet_gradient_text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benitmulindwa%2Fflet_gradient_text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benitmulindwa%2Fflet_gradient_text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Benitmulindwa","download_url":"https://codeload.github.com/Benitmulindwa/flet_gradient_text/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benitmulindwa%2Fflet_gradient_text/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30290903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["animated-gradient-text","flet","flet-gradient","gradient-text","python"],"created_at":"2025-06-06T02:06:03.077Z","updated_at":"2026-03-09T10:01:34.482Z","avatar_url":"https://github.com/Benitmulindwa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flet_gradient_text\n\nIt displays text with a colorful gradient and optional animation of the gradient.\n#\n## installation:\n```bash\npip install flet_gradient_text\n```\n## 🔧 Parameters\n\n- `text`(str): \tThe text content to display\n- `text_size`(optional): default `text_size=20`, Font size of the text\n- `text_weight`: optional,\tFont weight (e.g., ft.FontWeight.BOLD)\n- `text_style`(optional): property of type `ft.TextStyle`\n- `animate`\t(bool): default `animate=False`, `True` to Enable animation\n- `duration`(float or int): default `duration=0.5`, Controls the speed of the animation\n- `gradient`: (optional) Custom gradient to apply over the text, default `LinearGradient`\n- `on_click`(optional):\tEvent handler when the text is clicked\n- `on_hover`(optional):\tEvent handler when hovering over the text\n\n## 🧩 Usage\n\n```python\nimport flet as ft\nfrom flet_gradient_text import GradientText\n\ndef main(page: ft.Page):\n    page.add(\n        GradientText(\n            text=\"Hello Gradient!\",\n            text_size=40,\n            text_weight=ft.FontWeight.BOLD,\n            animate=True,\n            duration=1,\n        )\n    )\n\nft.app(target=main)\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenitmulindwa%2Fflet_gradient_text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenitmulindwa%2Fflet_gradient_text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenitmulindwa%2Fflet_gradient_text/lists"}