Home

Awesome

CSSKRT CSSKRT

Csskrt-csskrt is a python module for automatically adding css styles for popular frameworks such as Bootstrap and Bulma to make them more visually appealing and make it faster to get started with them.

Supported Frameworks

<a href="https://getbootstrap.com/docs/4.1/getting-started/introduction/" target="_blank"> <img alt="Bootstrap" src="resources/bootstrap_brand.svg" height="150" width="150" style="margin: 0px 50px"> </a> <a href="https://bulma.io/documentation/" target="_blank"> <img alt="Bulma" src="resources/bulma_brand.png" height="150" width="150" style="margin: 0px 50px"> </a>

Quick install

pip install csskrt-csskrt

Usage

To run the program, type:

$ csskrt --help

Contributing

All feedback and suggestions are welcome, just post an issue!

License

This project is distributed under the MIT license.

Demo

Original

<img alt="before" align="center" src="resources/before.png" border="1" height="100%" width="100%">

Bootstrap

<img alt="bootstrap" align="center" src="resources/after_bootstrap.png" border="1" height="100%" width="100%">

Bulma

<img alt="bulma" align="center" src="resources/after_bulma.png" border="1" height="100%" width="100%">