Expanded console for Python
Project description
SuperConsole
A Python package for doing stuff in the console
Simple Usage
Printing:
from superconsole import Console
Console.Out.Print ('Hello, World!')
Printing without newline:
from superconsole import Console
Console.Out.Put ('Hello,')
Console.Out.Put (' World!')
Colors:
from superconsole import Console
Console.Out.Print (Console.Color.Red + 'Hello, World!')
Awaiting user input:
from superconsole import Console
if Console.In.Get ('Hello'):
Console.Out.Print (Console.Logger.Success ('Message entered!'))
Clearing the console
from superconsole import Console
Console.Clear ()
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
superconsole-0.0.1.tar.gz
(2.9 kB
view details)
File details
Details for the file superconsole-0.0.1.tar.gz
.
File metadata
- Download URL: superconsole-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53fe88b98a0d2839e7a1c7c85fbc85191fb2340c38705c385516120362ad4a12 |
|
MD5 | f0a94f7ad73378fbb7b663b67a81cfd0 |
|
BLAKE2b-256 | 97aff17312e14717935ab7a7c8bc904d56d3d999932f575fd1fbf6d3976fc91f |