A blessings polyfill for the windows command line
Project description
This is outdated and you should start using blessed instead
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file intercessions-1.1.8.tar.gz
.
File metadata
- Download URL: intercessions-1.1.8.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9e97c3e235e9ac194d1d8533c100c7f1122a7459f6bfffdc5c94ccf3770eadd |
|
MD5 | 6a1a6a536582c7303bea5f76222ae6e8 |
|
BLAKE2b-256 | b0c48f6ca6cec225748cc9ddc437c4ba7f3317588414e7e77faebd5b5bd025d6 |
File details
Details for the file intercessions-1.1.8-py2.py3-none-any.whl
.
File metadata
- Download URL: intercessions-1.1.8-py2.py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7710205c5cb1b790b1529f9a04136369e70470322b5a999fa5868cf7ad9b6c99 |
|
MD5 | 6a9351a778a6f8c323d0914591b14fa0 |
|
BLAKE2b-256 | a006417db69df49997cd8162b96d9c2462c423b6bd18ab8401856f78b03c3e2f |