{"id":21073245,"url":"https://github.com/valentinvignal/loadbar","last_synced_at":"2025-07-27T12:11:54.034Z","repository":{"id":62576514,"uuid":"259381746","full_name":"ValentinVignal/LoadBar","owner":"ValentinVignal","description":"Python Librairy for a loading bar in the console","archived":false,"fork":false,"pushed_at":"2020-09-05T13:52:16.000Z","size":112,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-21T09:18:59.104Z","etag":null,"topics":["load-bar","loadbar","python-library"],"latest_commit_sha":null,"homepage":null,"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/ValentinVignal.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":"2020-04-27T16:00:14.000Z","updated_at":"2023-02-17T21:16:35.000Z","dependencies_parsed_at":"2022-11-03T17:34:54.424Z","dependency_job_id":null,"html_url":"https://github.com/ValentinVignal/LoadBar","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinVignal%2FLoadBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinVignal%2FLoadBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinVignal%2FLoadBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinVignal%2FLoadBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ValentinVignal","download_url":"https://codeload.github.com/ValentinVignal/LoadBar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225410903,"owners_count":17470241,"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":["load-bar","loadbar","python-library"],"created_at":"2024-11-19T19:00:30.843Z","updated_at":"2024-11-19T19:01:22.241Z","avatar_url":"https://github.com/ValentinVignal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LoadBar\n\nThis is a very simple python library to create a loading bar on the shell\n\n## Install it\n\n```\npip install load-bar\n```\n\n## Use it\n\n``` python\nimport time\nfrom loadbar import LoadBar\nbar = LoadBar(max=100)\nbar.start()\nfor i in range(100):\n    time.sleep(0.05)\n    bar.update(step=i)\nbar.end()\n```\n\n![image](https://github.com/ValentinVignal/LoadBar/blob/master/images/loadbar.gif)\n\n[See the documentation](https://github.com/ValentinVignal/LoadBar/blob/master/doc/Loadbar.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentinvignal%2Floadbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalentinvignal%2Floadbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentinvignal%2Floadbar/lists"}