Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Colorama Alternatives
Similar projects and alternatives to colorama
-
rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
-
asciimatics
A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
python-prompt-toolkit
Library for building powerful interactive command line applications in Python
-
-
-
-
Python Fire
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Gooey
Turn (almost) any Python command line program into a full GUI application with one line
-
Airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
-
terminology
An intuitive way to color terminal text with python (by juanrgon)
-
-
-
youtube-dl
Command-line program to download videos from YouTube.com and other video sites
-
-
jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
-
pyshark
Python wrapper for tshark, allowing python packet parsing using wireshark dissectors
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
colorama reviews and mentions
-
New IP Osint Tool!
Pyshark: https://github.com/KimiNewt/pyshark Requests: https://github.com/psf/requests Colorama:https://github.com/tartley/colorama
-
Terminology: a simpler alternative to Colorama
from colorama import Fore, Style # Colorama doesn't support Underlined text because it # is struggling to make it work for windows users # https://github.com/tartley/colorama/issues/38 print(Fore.RED + Style.BRIGHT + 'Danger' + Style.NORMAL)
-
Terminology: a much simpler alternative to python's Colorama library
There are obviously a lot of libraries in python that color text, but I never loved their syntaxes, so I ended up creating this one a few years back. For comparison, this is how you print a red, bold, underlined string in **terminology**\: from terminology import in_red print(in_red('Danger').in_bold().underlined()) and this is how you do it with the other alternatives: **colorama** from colorama import Fore, Style # Colorama doesn't support Underlined text because it # is struggling to make it work for windows users # https://github.com/tartley/colorama/issues/38 print(Fore.RED + Style.BRIGHT + 'Danger' + Style.NORMAL)
-
Build CLI with Hype
As I mentioned earlier, Hype doesn't rely on any third-party library but then there are some plugins that third-party library powered Hype. For example, the color printing that is powered by colorama.
-
What are some of your gold standard Python open source repos you discovered here or elsewhere that have very high quality, commented and understandable code that use best practices?
Looks really cool! Way more functionality than I'd ever need. I've been using colorama for color coding info, warning, and error messages in my Python projects. No complaints. From the feature list of rich it sounds like it probably pulls in a lot more dependencies?
-
A note from our sponsor - Sonar
www.sonarsource.com | 2 Apr 2023
Stats
tartley/colorama is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.