Skip to main content

Contains pre-packaged Streamlit code to render fancy visualizations, run modeling tasks, and data exploration

Project description

Fancylit

Fancylit is a python module that contains pre-packaged Streamlit code to render fancy visualizations, run modeling tasks, and data exploration

Installation

pip install fancylit

Quick Start

Fancylit makes it incredibly easy to build fancy interactive apps:

import streamlit as st
import fancylit

df = pd.read_csv("datasets/iris.csv")
st.write("Bar Chart Example")
fancylit.viz.charts.bar_chart(df)

image

See more examples here: https://share.streamlit.io/banjtheman/fancylit/main/example_app.py

Hacktoberfest 2021

Hacktoberfest

There are plenty of modules to create, or update all detailed in the issues page. Complete 4 PRs during October to win a free t-shirt.

To learn more, check out their FAQ

If you want to build right away you can use Gitpod which provides a developer environment ready to begin coding. Simply click the button below to begin building.

Open in Gitpod

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fancylit-0.0.2.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

fancylit-0.0.2-py3-none-any.whl (11.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page