CSSmizer-cli is a simple, lightweight Python CLI tool to minify, optimize, and combine CSS files. It helps developers reduce CSS file sizes and improve website performance, directly from the command line.
- Minify CSS by removing unnecessary spaces and comments
- Combine multiple CSS files into a single optimized file
- Easy to use from the terminal
- Provides clear progress and size improvement information
- Python 3.x
richlibrary
Clone the repository and install dependencies:
git clone https://github.com/Pr0mp777/CSSmizer-cli.git
cd CSSmizer-cli
pip3 install -r requirements.txt python3 cssmizer-cli.py path/to/test1.csspython3 cssmizer-cli.py path/to/test1.css path/to/test2.cssIf you find CSSmizer-cli useful, you can support this project in several ways:
- ⭐ Give it a star on GitHub
- 👤 Follow me on GitHub to stay updated on new tools and repositories
- 🎮 Support me to help fund future projects and content creation: Buy Me a Coffee☕
Your support allows me to continue developing useful tools and sharing knowledge with the community.
If you encounter any bugs, issues, or have suggestions for improvement, please open a new issue — your feedback is highly appreciated.
Thank you for using this tool!