.coveragerc
.gitignore
.pre-commit-config.yaml
.prettierrc.yml
.ruff.toml
LICENSE
README.md
pyproject.toml
requirements-test.txt
requirements.txt
setup.py
.github/pytest.ini
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
dev/.flake8
notebooks/text_example.ipynb
notebooks/fonts/LICENSE.txt
notebooks/fonts/PixelSplitter-Bold.ttf
notebooks/fonts/Roboto-Bold.ttf
piltext/__init__.py
piltext/_version.py
piltext/font_manager.py
piltext/image_drawer.py
piltext/image_handler.py
piltext/text_box.py
piltext/text_grid.py
piltext.egg-info/PKG-INFO
piltext.egg-info/SOURCES.txt
piltext.egg-info/dependency_links.txt
piltext.egg-info/requires.txt
piltext.egg-info/top_level.txt
tests/__init__.py
tests/test_font_manager.py
tests/test_image_drawer.py
tests/test_image_handler.py
tests/test_text_box.py
tests/test_text_grid.py
tests/fonts/LICENSE.txt
tests/fonts/PixelSplitter-Bold.ttf
tests/fonts/README.txt
tests/fonts/Roboto-Bold.ttf