{"id":26784745,"url":"https://github.com/benjaminurquhart/loading-spinner","last_synced_at":"2025-03-29T10:29:31.143Z","repository":{"id":62576528,"uuid":"107732320","full_name":"BenjaminUrquhart/loading-spinner","owner":"BenjaminUrquhart","description":"A simple loading spinner for Python projects","archived":false,"fork":false,"pushed_at":"2017-10-26T00:54:49.000Z","size":9,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-10T00:55:09.291Z","etag":null,"topics":["loading","loading-animation","loading-animations","loading-indicator","loading-spinner","python","python-library","python3","python3-library"],"latest_commit_sha":null,"homepage":"https://benjaminurquhart.dynu.net/python/loadingspinner.html","language":"Python","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/BenjaminUrquhart.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":"2017-10-20T22:28:03.000Z","updated_at":"2022-09-23T19:40:10.000Z","dependencies_parsed_at":"2022-11-03T18:59:15.603Z","dependency_job_id":null,"html_url":"https://github.com/BenjaminUrquhart/loading-spinner","commit_stats":null,"previous_names":["creepersbane/loading-spinner"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenjaminUrquhart%2Floading-spinner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenjaminUrquhart%2Floading-spinner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenjaminUrquhart%2Floading-spinner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenjaminUrquhart%2Floading-spinner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenjaminUrquhart","download_url":"https://codeload.github.com/BenjaminUrquhart/loading-spinner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246171993,"owners_count":20735100,"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":["loading","loading-animation","loading-animations","loading-indicator","loading-spinner","python","python-library","python3","python3-library"],"created_at":"2025-03-29T10:29:29.670Z","updated_at":"2025-03-29T10:29:31.124Z","avatar_url":"https://github.com/BenjaminUrquhart.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# loading-spinner\n\nAn incredibly simple \"loading spinner\" for python projects\n\n# Installing\n\n`pip install loadingspinner`\n\n# Usage\n\nNOTE: Please do NOT import spinner. You MUST use loadingspinner.\n\n`import loadingspinner\n\nloadingspinner.setText(\"Loading...\")\n\nloadingspinner.setTextColor(\"yellow\")\n\nloadingspinner.start()\n\n\u003clines of code\u003e\n\nloadingspinner.stop()`\n\n# Customizing the spinner\n\nChanging the spinner animation:\n\n`loadingspinner.setFrames(\u003clist of characters to display in order from left to right\u003e)`\n\nEx. `loadingspinner.setFrames([\"|\",\"/\",\"-\",\"\\\\\"])`\n\nChanging the text color:\n`\nloadingspinner.setTextColor(\u003cany valid Colorama color\u003e)`\n\nEx. `loadingspinner.setTextColor(\"red\")`\n\nChanging the spinner color:\n\nNOTE: This feature is not fully implemented and any changes to the spinner color will change the text color as well\n\n`loadingspinner.setSpinnerColor(\u003cany valid Colorama color\u003e)`\n\nEx. `loadingspinner.setSpinnerColor(\"yellow\")`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminurquhart%2Floading-spinner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjaminurquhart%2Floading-spinner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjaminurquhart%2Floading-spinner/lists"}