.flake8
.gitattributes
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Changelog.md
Dockerfile
Dockerfile.dockerignore
LICENSE
MANIFEST.in
README.md
SECURITY.md
classifiers.txt
conftest.py
create_test_files.py
logo.png
logo.svg
py-description.txt
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
steam-etools.code-workspace
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/docs_request.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
display/docker-dev.png
display/docker-hello-world.png
display/docker-pytest.png
display/logo-banner.webp
docker/entrypoint.sh
docker/install.sh
docker/requirements-docker.txt
examples/create_a_title_figure.py
examples/create_logo.py
examples/download_a_guide.py
examples/download_screenshots.py
examples/markdown.md
examples/markdown_to_bbcode.py
examples/render_latex_equations.py
examples/save_description_of_a_game.py
examples/search_font.py
steam_editor_tools/__init__.py
steam_editor_tools/utils.py
steam_editor_tools/version.py
steam_editor_tools.egg-info/PKG-INFO
steam_editor_tools.egg-info/SOURCES.txt
steam_editor_tools.egg-info/dependency_links.txt
steam_editor_tools.egg-info/requires.txt
steam_editor_tools.egg-info/top_level.txt
steam_editor_tools.egg-info/zip-safe
steam_editor_tools/bbcode/__init__.py
steam_editor_tools/bbcode/guide.py
steam_editor_tools/bbcode/nodes.py
steam_editor_tools/bbcode/parser.py
steam_editor_tools/bbcode/renderer.py
steam_editor_tools/bbcode/plugins/__init__.py
steam_editor_tools/bbcode/plugins/alert.py
steam_editor_tools/bbcode/plugins/mark.py
steam_editor_tools/improc/__init__.py
steam_editor_tools/improc/data.py
steam_editor_tools/improc/font.py
steam_editor_tools/improc/latex_to_img.py
steam_editor_tools/improc/renderer.py
steam_editor_tools/improc/tools.py
steam_editor_tools/improc/variables.py
steam_editor_tools/steaminfo/__init__.py
steam_editor_tools/steaminfo/data.py
steam_editor_tools/steaminfo/query.py
steam_editor_tools/steaminfo/utils.py
tests/__init__.py
tests/requirements.txt
tests/test_bbcode.py
tests/test_font.py
tests/test_improc.py
tests/test_steaminfo.py
tests/data/Roboto-Regular.ttf
tests/data/example.bbcode
tests/data/example.html
tests/data/example.json
tests/data/example.md
tests/data/example.png
tests/data/extensive-custom.bbcode
tests/data/extensive.bbcode
tests/data/extensive.md
tests/data/ref-bottom_center.webp
tests/data/ref-bottom_left.webp
tests/data/ref-bottom_right.webp
tests/data/ref-center.webp
tests/data/ref-complicated.webp
tests/data/ref-crop.webp
tests/data/ref-expand.webp
tests/data/ref-img_and_text.webp
tests/data/ref-left.webp
tests/data/ref-near.webp
tests/data/ref-resize.webp
tests/data/ref-right.webp
tests/data/ref-text.webp
tests/data/ref-top_center.webp
tests/data/ref-top_left.webp
tests/data/ref-top_right.webp
version/__init__.py