Socket
Socket
Sign inDemoInstall

ansicon

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ansicon

Python wrapper for loading Jason Hood's ANSICON


Maintainers
1

Readme

.. 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 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