Modularization Magic ✨This tool is designed to help web developers modularize their HTML files by extracting inline JavaScript and CSS into separate files. It also provides options to minify the extracted CSS and JS files and to compress the HTML content.
Features- Extract inline JavaScript and CSS from an HTML file.
- Minify JavaScript and CSS if desired.
- Compress HTML content if desired.
- Create backups of the original HTML file.
- Validate the resulting HTML using the html5validator tool.
- Logging of the modularization process.
Requirements- Python 3.x
- BeautifulSoup4:
pip install beautifulsoup4