No description
  • Python 84.5%
  • Makefile 15.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-10-02 22:08:28 +02:00
.github Don't need tests for this 2024-09-29 23:22:18 +02:00
.idea Setting up environment 2024-09-19 21:16:43 +02:00
examples Package __init__.py rewritten to make import of the Widget more direct. 2024-10-02 21:58:49 +02:00
resources Package __init__.py rewritten to make import of the Widget more direct. 2024-10-02 21:58:49 +02:00
textual_worldmap Ruff cleanup part 2 2024-10-02 22:08:28 +02:00
.editorconfig Initial Commit 2024-09-19 21:16:39 +02:00
.gitignore Setting up environment 2024-09-19 21:16:43 +02:00
.pre-commit-config.yaml Further ruff adaptions 2024-09-29 23:18:56 +02:00
CONTRIBUTING.md Initial Commit 2024-09-19 21:16:39 +02:00
LICENSE Further ruff adaptions 2024-09-29 23:18:56 +02:00
Makefile Mypy removed 2024-09-29 23:26:22 +02:00
poetry.lock Package __init__.py rewritten to make import of the Widget more direct. 2024-10-02 21:58:49 +02:00
poetry.toml Initial Commit 2024-09-19 21:16:39 +02:00
pyproject.toml Don't need tests for this 2024-09-29 23:22:18 +02:00
README.md Removed clutter from readme.md 2024-10-02 22:01:55 +02:00
tox.ini Don't need tests for this 2024-09-29 23:22:18 +02:00

textual-worldmap

License: MIT

A worldmap widget for the textual library. The map and the coordinate conversion is based on: https://github.com/HenrySeed/Terminal-World-Map Thanks @HenrySeed!

Screenshot

Repository initiated with fpgmaas/cookiecutter-poetry.