https://github.com/andrew-hossack/dash-tools
DashTools - Plotly Dash Command Line Tools - Create, Run and Deploy Templated Python Apps from Terminal
https://github.com/andrew-hossack/dash-tools
bioinformatics charting command-line dash data-science data-visualization finance flask gui-framework heroku heroku-cli modeling plotly plotly-dash productivity python technical-computing template tools web-app
Last synced: 2 months ago
JSON representation
DashTools - Plotly Dash Command Line Tools - Create, Run and Deploy Templated Python Apps from Terminal
- Host: GitHub
- URL: https://github.com/andrew-hossack/dash-tools
- Owner: andrew-hossack
- License: mit
- Created: 2022-04-01T19:04:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T06:02:43.000Z (8 months ago)
- Last Synced: 2025-04-04T01:23:04.860Z (2 months ago)
- Topics: bioinformatics, charting, command-line, dash, data-science, data-visualization, finance, flask, gui-framework, heroku, heroku-cli, modeling, plotly, plotly-dash, productivity, python, technical-computing, template, tools, web-app
- Language: Python
- Homepage: https://dash-tools.readthedocs.io
- Size: 32.1 MB
- Stars: 106
- Watchers: 3
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

Create, Run and Deploy Plotly Dash Apps from Terminal[](https://github.com/andrew-hossack/dash-tools) | [](https://pypi.org/project/dash-tools/) | [](https://pepy.tech/project/dash-tools) | 
## [👉 Visit the Official DashTools Docs Site 👈](https://dash-tools.readthedocs.io/en/latest/index.html)

DashTools is an open-source command line toolchain for Plotly Dash that makes creating and deploying dash projects to Heroku intuitive and easy.
## Use dashtools to...
- **Create templated dash apps** with one command
- **Deploy your app** to Heroku and Render.com in under a minute
- **Generate Procfile, requirements.txt and runtime.txt** automatically on deploy
- **Many boilerplate templates** for creating apps
- **Dockerize your app** in a single step## Get started
Install with:
```bash
pip install dash-tools
```Run the dashboard with:
```bash
dashtools gui
```Create projects with:
```bash
dashtools init
```## [👉 Get Started With DashTools 👈](https://dash-tools.readthedocs.io/en/latest/getting%20started.html)