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
- Host: GitHub
- URL: https://github.com/0b01/table2bootstrap
- Owner: 0b01
- Created: 2016-06-15T20:53:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T19:27:08.000Z (over 9 years ago)
- Last Synced: 2025-03-02T08:28:44.906Z (over 1 year ago)
- Language: HTML
- Size: 5.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`