{"id":23405185,"url":"https://github.com/kokofixcomputers/printed-colors","last_synced_at":"2025-07-13T01:38:40.299Z","repository":{"id":269097077,"uuid":"896984975","full_name":"kokofixcomputers/Printed-Colors","owner":"kokofixcomputers","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-20T21:25:46.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T22:48:50.196Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kokofixcomputers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":"kokofixcomputers"}},"created_at":"2024-12-01T19:27:43.000Z","updated_at":"2024-12-20T21:25:50.000Z","dependencies_parsed_at":"2024-12-20T22:25:41.650Z","dependency_job_id":"c6c3e69e-6855-437a-8f67-31d59a70583f","html_url":"https://github.com/kokofixcomputers/Printed-Colors","commit_stats":null,"previous_names":["kokofixcomputers/printed-colors"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kokofixcomputers/Printed-Colors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokofixcomputers%2FPrinted-Colors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokofixcomputers%2FPrinted-Colors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokofixcomputers%2FPrinted-Colors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokofixcomputers%2FPrinted-Colors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kokofixcomputers","download_url":"https://codeload.github.com/kokofixcomputers/Printed-Colors/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kokofixcomputers%2FPrinted-Colors/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265080041,"owners_count":23708103,"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":[],"created_at":"2024-12-22T13:18:49.515Z","updated_at":"2025-07-13T01:38:40.273Z","avatar_url":"https://github.com/kokofixcomputers.png","language":"Python","funding_links":["https://github.com/sponsors/kokofixcomputers"],"categories":[],"sub_categories":[],"readme":"# Printed Colors \n\n### Installation\nTo install, just simply run:\n```bash\npip install printedcolors\n```\n### Usage\nThe usage is simple. You can use it like this in normal prints:\n```python\nimport printedcolors\nprint(printedcolors.Color.fg.red + printedcolors.Color.bold + \"I'm red and bold!\" + printedcolors.Color.reset)\n```\nBut if you want to keep it even more simple, You can do it like this:\n```python\nimport printedcolors\nColor = printedcolors.Color\nfg = Color.fg\nprint(fg.red + \"Hi! I'm red!\" + Color.reset)\n```\nColor.reset is recommended to not affect future prints.\n\nBoth Color and Colour can be used.\n\n### Supported Colours/Colors\n\nFG (Foreground) Colors/Color:\n\n| Color Name    | Code Example             |\n|---------------|--------------------------|\n| Black         | `Colour.fg.black`        |\n| Red           | `Colour.fg.red`          |\n| Green         | `Colour.fg.green`        |\n| Yellow        | `Colour.fg.yellow`       |\n| Blue          | `Colour.fg.blue`         |\n| Magenta       | `Colour.fg.magenta`      |\n| Cyan          | `Colour.fg.cyan`         |\n| Light Grey    | `Colour.fg.lightgrey`    |\n| Dark Grey     | `Colour.fg.darkgrey`     |\n| Light Red     | `Colour.fg.lightred`     |\n| Light Green   | `Colour.fg.lightgreen`   |\n| Light Yellow  | `Colour.fg.lightyellow`  |\n| Light Blue    | `Colour.fg.lightblue`    |\n| Light Magenta | `Colour.fg.lightmagenta` |\n| Light Cyan    | `Colour.fg.lightcyan`    |\n\nBG (Background) Colours/Color:\n\n| Color Name | Code Example          |\n|------------|-----------------------|\n| Black      | `Colour.bg.black`     |\n| Red        | `Colour.bg.red`       |\n| Green      | `Colour.bg.green`     |\n| Yellow     | `Colour.bg.yellow`    |\n| Blue       | `Colour.bg.blue`      |\n| Magenta    | `Colour.bg.magenta`   |\n| Cyan       | `Colour.bg.cyan`      |\n| Light Grey | `Colour.bg.lightgrey` |\n\n\nMisc (Other):\n\n| Style Name    | Code Example           |\n|---------------|------------------------|\n| Bold          | `Colour.bold`          |\n| Dim           | `Colour.dim`           |\n| Underline     | `Colour.underline`     |\n| Reverse       | `Colour.reverse`       |\n| Strikethrough | `Colour.strikethrough` |\n| Invisible     | `Colour.invisible`     |\n| Reset         | `Colour.reset`         |\n\nAs a reminder, both `Colour` and `Color` can be used. As both is defined in the library.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkokofixcomputers%2Fprinted-colors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkokofixcomputers%2Fprinted-colors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkokofixcomputers%2Fprinted-colors/lists"}