├── readme.md ├── requirements.txt ├── run.py └── tool.py /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kerm-me/docdown/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | img2pdf 2 | beautifulsoup4 3 | requests 4 | pillow -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kerm-me/docdown/HEAD/run.py -------------------------------------------------------------------------------- /tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kerm-me/docdown/HEAD/tool.py --------------------------------------------------------------------------------