Skip to main content

Colorized console printing and input, ANSI escape codes, and logging functions.

Project description

Pyco

Created by Duplexes and LemonPi314

Pyco is a Python package designed to help developers make better command line applications faster. It has cross-platform compatibility for Windows and Linux. Some of the included features are a built-in error logger, colorized terminal input and output, progress bars, and an extensive list of ANSI escape code functions.
Full documentation can be found at https://duplexes.me/pyco.

Installation

Use the package manager pip to install Pyco.

pip install pyco

Usage

Basic usage of included functions and constants.

from pyco import *
from pyco.color import Fore, Back
# Print a message with a prefix
print_message("message", "prefix")
# Print a message with color
print_message(Fore.RED + "message")
# Print a message with a prefix and color
print_message(Fore.BRIGHT_YELLOW + "message", prefix=Fore.BLUE + "prefix")
# Prompt for user input with color
user_input(Back.GREEN + "prompt", input_color=Fore.BRIGHT_WHITE)
# Log a message into a log file
logging.log("message", "prefix")

Contributing

This project is a work-in-progress, so any issues and bug reports are greatly appreciated. Pull requests are welcome. For major changes and feature requests, please open an issue first to discuss what you would like to change.

License

MIT License

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

pyco-1.0.0.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

pyco-1.0.0-py3-none-any.whl (15.2 kB view details)

Uploaded Python 3

File details

Details for the file pyco-1.0.0.tar.gz.

File metadata

  • Download URL: pyco-1.0.0.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.8

File hashes

Hashes for pyco-1.0.0.tar.gz
Algorithm Hash digest
SHA256 5c3d99f911e64c802287cacc219c6d6c756f5621670fd36bebc4974baea8ea87
MD5 a52cd3f4165325b15a6dd9673d59dd21
BLAKE2b-256 fd74d37ec71aa5fab1303d01a2000959102e469a2fc5d6d4c6201bbe03d5670e

See more details on using hashes here.

File details

Details for the file pyco-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: pyco-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 15.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.8

File hashes

Hashes for pyco-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6330c8f27822fa55a650dbc5e6546698da47dd64eeacac11ec0b092f9c1bc3f6
MD5 316caae4cfc40fdfc3ed49da6e5128ce
BLAKE2b-256 b3ccf1e7a28e2996eda68af472f27983ffc4fc5ff0332340e0ced61b46a04559

See more details on using hashes here.

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