Skip to main content

A blessings polyfill for the windows command line

Project description

This is outdated and you should start using blessed instead


Known VulnerabilitiesRequirements Status

Intercessions

A blessings polyfill for the windows command line.

Attempts to implement the full blessings API in a format that will work on windows. Makes use of colorama to help with styling.

Installation

pip install intercessions

Usage

from intercessions import Terminal

t = Terminal()
with t.location(0,0), t.hidden_cursor():
    print(t.bold_red('Hello World!') + t.clear_eol)
    raw_input('Press Enter' + t.clear_eol)

If blessed is installed it will return the Terminal version of it instead. If blessings is installed and you are not running the windows version of python it will attempt to return the blessings instance of Terminal instead of the intercessions one.

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

intercessions-1.1.8.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

intercessions-1.1.8-py2.py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 2 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