Skip to main content

convert-html-to-dash

A conversion tool to turn html/bootstrap into Python code for use with Dash and Plotly

I find the interactive mode most useful, but exiting the program from interactive mode is unreliable.

This conversion only does so much. There are plenty of things that aren't converted fully such as dropdowns. This just creates a base framework. There is no intention of pushing the conversion process further at this time.

convert-html-to-dash on pypi

pip install convert-html-to-dash

$ python -m convert-html-to-dash -h
usage: __main__.py [-h] [-f FIL] [-o OUTFILE] [-i] [-p PRIORITY_LIST]

Convert HTML into Python Code for Dash with bootstrap

optional arguments:
  -h, --help        show this help message and exit
  -f FIL            input file
  -o OUTFILE        output file
  -i                Interactive mode. (ctrl-c, ctrl-v, then add a terminating character. windows: ctrl-z, linux: ctrl-d.
  -p PRIORITY_LIST  priority list for replacing tags. :: Options: dcc = dash_core_components, dbc = dash_bootstrap_components, html = dash_html_components :: Exanple: -p dbc -p html -p dcc :: Default Order: dcc, dbc, html

python -m convert-html-to-dash -f infile.html -o outfile.py

  dbc.Container(
      className="container",
      children=[
          html.H1(children=["Some Test Information"]),
          dbc.Row(
              className="row",
              children=[
                dbc.Col(className="col", children=[]),
                ...

python -m convert-html-to-dash -f infile.html -o outfile.py -p html

html.Div(
    className="container",
    children=[
        html.H1(children=["Some Test Information"]),
        html.Div(
            className="row",
            children=[
                html.Div(className="col", children=[]),
                ...

Release files for convert-html-to-dash 0.1.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for convert-html-to-dash 0.1.2
File Size Uploaded
convert-html-to-dash-0.1.2.tar.gz 5.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for convert-html-to-dash 0.1.2
File Interpreter ABI Platform
convert_html_to_dash-0.1.2-py2.py3-none-any.whl Python 2, Python 3 none any Details

Total release size: 10.8 kB

Release files / convert-html-to-dash-0.1.2.tar.gz

Download URL convert-html-to-dash-0.1.2.tar.gz
Size 5.8 kB
Tags Source
SHA-256 checksum
How to use checksums
ed35f8e8897d1b1968376afec026925bd514dff91a39b89913992a480a270cfe
BLAKE2b-256 checksum
How to use checksums
6dee1012d3a1af920a2f681ff861f83d04466dbe4fda33eb0ed89ee9afbfa840
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8

Release files / convert_html_to_dash-0.1.2-py2.py3-none-any.whl

Download URL convert_html_to_dash-0.1.2-py2.py3-none-any.whl
Size 5.0 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
1dbd2c461f93a828a8ebff20dde60a6545723766aaeb1dbf4b07ae912f197f1d
BLAKE2b-256 checksum
How to use checksums
cf80cfa813b6cf1b84ff1dfe8fd8212b710fa3b41dfc0d3b67b5288b2207bb25
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8

Release history Release notifications | RSS feed

This release

0.1.2 This release

2 release files

0.1.1

2 release files

0.1

3 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page