{"id":23539285,"url":"https://github.com/lemonyte/pyco","last_synced_at":"2025-09-08T00:04:24.830Z","repository":{"id":269289958,"uuid":"906572967","full_name":"lemonyte/pyco","owner":"lemonyte","description":"Colors and utilities for Python console programming.","archived":false,"fork":false,"pushed_at":"2024-12-21T09:30:03.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-28T13:45:40.942Z","etag":null,"topics":[],"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/lemonyte.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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}},"created_at":"2024-12-21T09:24:55.000Z","updated_at":"2024-12-22T02:24:46.000Z","dependencies_parsed_at":"2024-12-22T14:08:28.419Z","dependency_job_id":"903ed2e2-c621-40c3-8619-5e14a9363dd2","html_url":"https://github.com/lemonyte/pyco","commit_stats":null,"previous_names":["lemonyte/pyco"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lemonyte/pyco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemonyte%2Fpyco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemonyte%2Fpyco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemonyte%2Fpyco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemonyte%2Fpyco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lemonyte","download_url":"https://codeload.github.com/lemonyte/pyco/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemonyte%2Fpyco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274113090,"owners_count":25224335,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-26T04:31:25.041Z","updated_at":"2025-09-08T00:04:24.802Z","avatar_url":"https://github.com/lemonyte.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pyco\n\nPyco is a Python package designed to help developers make better command line applications faster. It has cross-platform compatibility for Windows and Linux. Some of the included features are a built-in error logger, colorized terminal input and output, progress bars, and an extensive list of ANSI escape code functions.  \nFull documentation can be found at \u003chttps://lemonyte.com/pyco\u003e.\n\n## Installation\nUse pip to install Pyco. \n```bash\npip install pyco\n```\n\n## Usage\nBasic usage of included functions and constants.\n```python\nfrom pyco import *\nfrom pyco.color import Fore, Back\n# Print a message with a prefix\nprint_message(\"message\", \"prefix\")\n# Print a message with color\nprint_message(Fore.RED + \"message\")\n# Print a message with a prefix and color\nprint_message(Fore.BRIGHT_YELLOW + \"message\", prefix=Fore.BLUE + \"prefix\")\n# Prompt for user input with color\nuser_input(Back.GREEN + \"prompt\", input_color=Fore.BRIGHT_WHITE)\n# Log a message into a log file\nlogging.log(\"message\", \"prefix\")\n```\n\n## Contributing\nThis project is a work-in-progress, so any issues and bug reports are greatly appreciated. Pull requests are welcome. For major changes and feature requests, please [open an issue](https://github.com/lemonyte/pyco/issues/new) first to discuss what you would like to change.\n\n## License\n[MIT License](license.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flemonyte%2Fpyco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flemonyte%2Fpyco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flemonyte%2Fpyco/lists"}