A tool for interact with user in the console.
Project description
An interface for interacting with user
Reading
For reading inputs from user, you can use this tool like this:
console_reader = ConsoleReader()
console_reader.read_input()
Writting
You can use ConsoleLogger()
for the purpose of writting something to user.
c = ConsoleLogger()
c.log_this(msg="Message", profile=ErrorLoggerProfile()) #this will write in the red color.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for console_interface-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | de145c80f6905e057487768ab3f9d2d07b04c14224e4928d33feaafda2e66be8 |
|
MD5 | a392781245e16770344f33a87cb54b67 |
|
BLAKE2b-256 | 088a0146a9ee78bd9c2a06dbbee9ddb693e5cfc9b6c852ef7622087fc2c38ac1 |