├── README.md ├── img └── malhunt.gif ├── malhunt.py ├── poetry.lock └── pyproject.toml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreafortuna/malhunt/HEAD/README.md -------------------------------------------------------------------------------- /img/malhunt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreafortuna/malhunt/HEAD/img/malhunt.gif -------------------------------------------------------------------------------- /malhunt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreafortuna/malhunt/HEAD/malhunt.py -------------------------------------------------------------------------------- /poetry.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreafortuna/malhunt/HEAD/poetry.lock -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreafortuna/malhunt/HEAD/pyproject.toml --------------------------------------------------------------------------------