An open API service indexing awesome lists of open source software.

https://github.com/thinkr-open/talospy

A Template for Building Shiny Apps with Python
https://github.com/thinkr-open/talospy

cookiecutter python shiny shiny-app shiny-python

Last synced: 7 months ago
JSON representation

A Template for Building Shiny Apps with Python

Awesome Lists containing this project

README

          

# TalosPy talospy logo

[![Cookiecutter](https://img.shields.io/badge/Templating%20app%20with-Cookiecutter-ff69b4.svg?logo=cookiecutter)](https://github.com/cookiecutter/cookiecutter)
![Python](https://img.shields.io/badge/Language-Python-blue)

Install [pipx](https://pipx.pypa.io/stable/installation/)

1. Install cookiecutter

```bash
pipx install cookiecutter
```

2. Use a Github template

```bash
pipx run cookiecutter gh:ThinkR-open/talospy
```

3. Answer the questions

4. Install and use poetry shell

```bash
poetry self add poetry-plugin-shell
```

```bash
cd name_of_your_project
poetry shell
```

5. Install the dependencies

```bash
poetry install
```

6. Run the application

```bash
poe runshiny
```