Skip to content

Files

Latest commit

efdbb34 · Nov 18, 2022

History

History
This branch is up to date with x4nth055/pythoncode-tutorials:master.

minify-css

To run this:

  • pip install -r requirements.txt.
  • Put your CSS file in the style folder.
  • Put your HTML file in the current (root) folder.
  • Run python minimize.py
  • A new file will appear named min.css in the current working folder.