An open API service indexing awesome lists of open source software.

https://github.com/0b01/table2bootstrap

Converts html table based layout to bootstrap grids
https://github.com/0b01/table2bootstrap

Last synced: 5 months ago
JSON representation

Converts html table based layout to bootstrap grids

Awesome Lists containing this project

README

          

# table2bootstrap
Converts html table based layout to bootstrap grids

## Install
1. `git clone`
2. `virutalenv -p (DIRECTORY_OF_python.exe) venv` On Windows it's C:\Python36\python.exe
3. `venv\bin\activate`
4. `pip install flask cssutils bs4`
5. `python run.py`