{"id":27283696,"url":"https://github.com/oxygen-dioxide/wtprogress","last_synced_at":"2025-06-23T21:38:40.004Z","repository":{"id":57477833,"uuid":"378766710","full_name":"oxygen-dioxide/wtprogress","owner":"oxygen-dioxide","description":"A python library for showing progress in windows terminal","archived":false,"fork":false,"pushed_at":"2021-06-24T00:30:43.000Z","size":711,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T09:18:54.088Z","etag":null,"topics":["python","taskbar","windows","windows-terminal"],"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/oxygen-dioxide.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":"2021-06-21T00:36:17.000Z","updated_at":"2024-12-18T15:09:16.000Z","dependencies_parsed_at":"2022-09-10T08:21:50.351Z","dependency_job_id":null,"html_url":"https://github.com/oxygen-dioxide/wtprogress","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/oxygen-dioxide/wtprogress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxygen-dioxide%2Fwtprogress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxygen-dioxide%2Fwtprogress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxygen-dioxide%2Fwtprogress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxygen-dioxide%2Fwtprogress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oxygen-dioxide","download_url":"https://codeload.github.com/oxygen-dioxide/wtprogress/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxygen-dioxide%2Fwtprogress/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261560713,"owners_count":23177436,"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":["python","taskbar","windows","windows-terminal"],"created_at":"2025-04-11T18:38:15.974Z","updated_at":"2025-06-23T21:38:39.969Z","avatar_url":"https://github.com/oxygen-dioxide.png","language":"Python","readme":"# wtprogress\nA python library for showing progress in windows terminal.\n\nWhen you are running a long-running task in python in background, such as training a neural network, you may switch to your terminal frequently to check the progress. With this library, your python script can show progress in your taskbar, and you can easily see it without switching to your terminal.\n\nNote: this library only supports [Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701?activetab=pivot:overviewtab). Conhost doesn't have this feature.\n\n## Example\n```py\nimport wtprogress,time\ndef main():\n    for i in range(1,101):\n            print(\"\\rProgress: {}%\".format(i),end=\"\",flush=True)\n            wtprogress.show(i)\n            time.sleep(0.1)\n    print(\"\\nTask finished\")\n    wtprogress.close()\nmain()\n```\n![](example.gif)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxygen-dioxide%2Fwtprogress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxygen-dioxide%2Fwtprogress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxygen-dioxide%2Fwtprogress/lists"}