/streamlit-tools

Tools that just work, built with streamlit

Primary LanguagePython

streamlit-tools

A collection of tools built with Streamlit.

Tools include:

  1. dbchat - Chat to your DB

  2. sqlcsv - Download sql query results as csv

  3. images - Manage your Cloudflare images

Installation

Please mind that do not use Python 3.12 as it is not supported by streamlit atm. Recommand using venv to install the dependencies. Feel free to remove/add dependencies from requirements.txt as needed, e.g. replace pgcopy2 if you need to connect to other database than PostgreSQL

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Configuration

Rename '.env.example' to '.env' and fill in the required information.

Usage

streamlit run index.py