Skip to content

Tinoco/Ticapsoriginal_programaticdesign_from_html_using_datafromdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticapsoriginal programaticdesign from html using data from db

programatic design from html using data from sqlite3 database

  • access sqlite3 db
  • use or change html scope
  • generate png files

make python environment:

  • install pip first:
sudo apt-get install python3-pip
  • then install virtualenv using pip3
sudo pip3 install virtualenv 
  • now create a virtual environment
virtualenv venv
  • active your virtual environment:
source venv/bin/activate
  • enter on environment:
cd venv

install tqdm to see progress bar:

pip install tqdm

install html2image to parse html to image:

pip install html2image

Clone Ticapsoriginal programatic design repository:

 git clone https://github.com/Tinoco/Ticapsoriginal_programaticdesign_from_html_using_datafromdb.git

make programatic design from html using db data:

 python programatic.py

result ( many unique images with data ):

quality:

about: