Skip to main content

A utility for printing colored messages to the console.

Project description

Console Package

Console is a Python package that provides a Console class with methods to print messages in different colors. It also serves as a simple example of creating and packaging a Python module.

Installation

You can install the package using pip. Make sure you have a Python virtual environment activated.

pip install console-py

Documentation

from console import Console

# Create an instance of the Console class
console = Console()

# Use different methods to print messages in various colors
console.info("Information message")
console.warn("Warning message")
console.error("Error message")
console.success("Success message")
console.secondary("Secondary message")

Contributing

If you want to contribute to this project, feel free to fork the repository, make changes, and submit a pull request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-fastauth-0.1.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

flask_fastauth-0.1.0-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page