fabulous
fabulous copied to clipboard
Print images, colors, and stylish text to the terminal with Python
`util.py` imports `fcntl` which does not exist in Python for Windows. While I may be able to run on WSL, I can't debug in my IDE.
Good place to start is with below :) @jason-green-io — Half blocks for you. Because I like your name ;) Maybe 2021 is the year @jart accepts my pull request!...
Importing a module from fabulous (e.g. `from fabulous import image as fab_image`) causes my logging to disappear: This is the Docker environment if you want to reproduce it exactly: ```Dockerfile...
Noticed errors when using Python3.6 when the Image.resize() method did a instance check on `basestring`. I noted in the commit message that a possibility would be to continue using the...
Trying to the the simple examples working but the `from fabulous.color import bold` statement fails with `>>> from fabulous.color import bold Traceback (most recent call last): File "", line 1,...
The previous `failUnlessEqual` and `failUnlessRaises` functions are deprecated and removed in Python 3.12+, so this updates them to work properly. There shouldn't be any changes to tests, as these are...
https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#font-size-and-offset-methods
The `FreeTypeFont.getsize()` method is removed: https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#font-size-and-offset-methods