Tinoco / Ticapsoriginal_programaticdesign_from_html_using_datafromdb

Programatic Design From Html Using Data From Sqlite3 Database

Home Page:https://github.com/Tinoco/Ticapsoriginal_programaticdesign_from_html_using_datafromdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Programatic Design From Html Using Data From Sqlite3 Database

https://github.com/Tinoco/Ticapsoriginal_programaticdesign_from_html_using_datafromdb

License:MIT License


Languages

Language:Python 100.0%