A blessings polyfill for the windows command line
Project description
# 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)
Known Issues
Terminal.fullscreen will work, but will crash CMD/Powershell after exit. See tartley/colorama#139
The following will not work as they have no command codes entered
standout
no_standout
subscript
no_subscript
superscript
no_superscript
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file intercessions-1.1.3.tar.gz.
File metadata
- Download URL: intercessions-1.1.3.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0774187e0da89075601370ea341a4d2ccf57d5f74848cbecd9a7d4a0c3e409b4
|
|
| MD5 |
fddbb335d6267532afbf751705cec600
|
|
| BLAKE2b-256 |
f70b9671cf0b137787dcd91cdd03b1262cf08929fe62d326959babfb0fcc6294
|
File details
Details for the file intercessions-1.1.3-py2.py3-none-any.whl.
File metadata
- Download URL: intercessions-1.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20e9999bfc945302509104885c4dd5141ebaf698ac931fad560ca3a48f1ad250
|
|
| MD5 |
b4cfe3d0b946e477e3635c98a99653a6
|
|
| BLAKE2b-256 |
92725ec15ae8f740981a7da6d74372fa2e7b3060d89f91621ac2b505fbb753fb
|