{"id":14970835,"url":"https://github.com/inspurer/streamlit-marquee","last_synced_at":"2026-03-27T04:19:54.129Z","repository":{"id":62593098,"uuid":"548309664","full_name":"inspurer/streamlit-marquee","owner":"inspurer","description":"a marquee component for streamlit","archived":false,"fork":false,"pushed_at":"2022-11-21T08:20:42.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-23T18:32:24.311Z","etag":null,"topics":["marquee","streamlit-component"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inspurer.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-09T09:57:30.000Z","updated_at":"2025-02-22T07:24:26.000Z","dependencies_parsed_at":"2023-01-22T17:30:56.838Z","dependency_job_id":null,"html_url":"https://github.com/inspurer/streamlit-marquee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/inspurer/streamlit-marquee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inspurer%2Fstreamlit-marquee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inspurer%2Fstreamlit-marquee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inspurer%2Fstreamlit-marquee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inspurer%2Fstreamlit-marquee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inspurer","download_url":"https://codeload.github.com/inspurer/streamlit-marquee/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inspurer%2Fstreamlit-marquee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31018561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T03:51:26.850Z","status":"ssl_error","status_checked_at":"2026-03-27T03:51:09.693Z","response_time":164,"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":["marquee","streamlit-component"],"created_at":"2024-09-24T13:44:12.979Z","updated_at":"2026-03-27T04:19:54.105Z","avatar_url":"https://github.com/inspurer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![streamlit-marquee.gif](https://s2.loli.net/2022/10/09/Pxe3rL5CKoXJOMp.gif)\n\n# what is it\n\na marquee component for streamlit\n\n# how to use\n\nfirst, install via pip online\n```\npip install streamlit-marquee\n```\n\nor download the [wheel file](https://pypi.org/project/streamlit-marquee/#files) and install offline\n\n``\npip install {{the downloaded wheel file path in your pc}}\n``\n\nor just download the source-code.\n\nthen, there are two demos below.\n\n##### demo 1 (recommend)\n\n```python\nfrom streamlit_marquee import streamlit_marquee\n\nstreamlit_marquee(**{\n    # the marquee container background color\n    'background': \"#ff0000\",\n    # the marquee text size\n    'fontSize': '12px',\n    # the marquee text color\n    \"color\": \"#ffffff\",\n    # the marquee text content\n    'content': 'here is custom marquee component~',\n    # the marquee container width\n    'width': '600px',\n    # the marquee container line height\n    'lineHeight': \"35px\",\n    # the marquee duration\n    'animationDuration': '5s',\n})\n```\n\n##### demo 2\n\n```python\nfrom streamlit_marquee import streamlit_marquee\n\nstreamlit_marquee(content='here is custom marquee component~')\n```\n\n# how it realizes\n\nsince the html tag `\u003cmarquee\u003e` has been declared as deprecated.\n\nas an alternative, use css animation to realize.\n\n\n# supported attributes\n\n* background\n* fontSize\n* color\n* content\n* width\n* lineHeight\n* animationDuration\n\nyou can also download the source code and change to support more attributes such as transition-timing-function.\nany question, please open [issues](https://github.com/inspurer/streamlit-marquee/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finspurer%2Fstreamlit-marquee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finspurer%2Fstreamlit-marquee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finspurer%2Fstreamlit-marquee/lists"}