dotmatrix
dotmatrix copied to clipboard
A dot matrix rendered using braille characters.
Results
2
dotmatrix issues
Sort by
recently updated
recently updated
newest added
### Description An amazing feature would be the ability to render a given image onto a dotmatrix. And to make things prettier some sort of dithering, be it Floyd-Steinberg or...
enhancement
### Description It would be nice to be able to rotate/transpose/crop/shift/etc. any give matrix. ### Code ```python from dotmatrix import Matrix m = Matrix(5, 5) print("Initial") m.polygon((0, 0), (0, 4),...
enhancement