Skip to main content

A fun way to customize your terminal with colors, styles etc...

Project description

:art: magic-terminal

A fun way to customize your terminal with colors, styles etc...

Install

py -m pip install -U magic-terminal

:: for latest/unstable
py -m pip install -U git+https://github.com/Marseel-E/magic-terminal

Import

from MagicTerminal import Magic, Style, Color, Highlight

Magic.styalize()

print(Magic.styalize("Some fancy text", Style.default, Color.green, Highlight.red))

# >>> Some fancy text

Magic.print()

Magic.print("Some fancy text", Style.default, Color.green, Highlight.red, True, True)

# >>> 
# >>> Some fancy text
# >>> 

Magic.typed_print()

Magic.typed_print(420)

# >>> 420

📜 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

magic-terminal-1.5.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

magic_terminal-1.5.0-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

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