Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ansicon

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansicon

Python wrapper for loading Jason Hood's ANSICON

  • 1.89.0
  • PyPI
  • Socket score

Maintainers
1

.. start-badges

| |appveyor| |codecov| | |pypi| |supported-versions| |supported-implementations|

.. |appveyor| image:: https://img.shields.io/appveyor/ci/Rockhopper-Technologies/ansicon.svg?style=plastic :target: https://ci.appveyor.com/project/Rockhopper-Technologies/ansicon :alt: Appveyor Build Status .. |codecov| image:: https://img.shields.io/coveralls/github/Rockhopper-Technologies/ansicon.svg?style=plastic :target: https://coveralls.io/github/Rockhopper-Technologies/ansicon :alt: Coverage Status .. |pypi| image:: https://img.shields.io/pypi/v/ansicon.svg?style=plastic :alt: PyPI Package latest release :target: https://pypi.python.org/pypi/ansicon .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/ansicon.svg?style=plastic :alt: Supported versions :target: https://pypi.python.org/pypi/ansicon .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/ansicon.svg?style=plastic :alt: Supported implementations :target: https://pypi.python.org/pypi/ansicon

.. end-badges

Overview

ansicon is a Python wrapper for loading Jason Hood's ANSICON

Installation

.. code-block:: console

$ pip install ansicon

Usage

.. code-block:: python

import ansicon

# Load ansicon
ansicon.load()

# Have fun with terminal codes
print(u'\x1b[32mGreen\x1b[m')

# Unload ansicon
ansicon.unload()

# Check if ansicon is loaded
if not ansicon.loaded():
    ansicon.load()
if ansicon.loaded():
    ansicon.unload()

.. _Jason Hood: https://github.com/adoxa .. _ANSICON: https://github.com/adoxa/ansicon

Keywords

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc