Socket
Socket
Sign inDemoInstall

colores

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    colores

A Wrapper for Colorama


Maintainers
1

Readme

Colores

A simplifier of the Colorama API, and some extra functions.

Description

Colors was originally born in Chuy. But little by little, as I created more terminal applications I realized that in all of them I had some helper methods related to colorama, so I decided to separate it to a new package.

Usage

Is very simple to use this package:

from colores import colorized_print, colorized_input, CYAN, MAGENTA, YELLOW

colorized_print(colorized_input("Enter a text:"), CYAN)

All the functions are defined in colores/core.py and are well documented.

License

This project is licensed under the MIT License

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc