Pyfancy-2
Pyfancy-2 copied to clipboard
Simple terminal formatting in Python!
Bumps [pip](https://github.com/pypa/pip) from 9.0.1 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...
Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
~~~ >>> import pyfancy >>> pyfancy().red("Hello, world!").output() Traceback (most recent call last): File "", line 1, in TypeError: 'module' object is not callable ~~~
Pyfancy v3
I want to start thinking about creating the next version of Pyfancy. Just some things I want to do. Instead of just styling the terminal I now want Pyfancy to...
This is the developing Pull Request for the new Pyfancy v3. The goal of Pyfancy v3 is to not just color the terminal but become the one shop stop for...