- These tools are made in Python and are used to make the life of a web developer easier, like converting image files to webp format, markdown to html, etc.
- This tool is used to convert markdown files to html files. It uses the
markdown
library to convert the markdown to html.
Note: Code blocks are not supported in this tool.
- This tool is used to convert image files to webp format. It uses the
PIL
library to convert the image to webp.
Note: This tool only supports
.jpg
and.png
files.
- This tool is used to convert image files to base64 format and copies it to your clipboard. It uses the
base64
library to convert the image to base64.
Note: This tool only supports
.jpg
and.png
files.