startlit 0.0.1
Pre-release
Pre-release
Release Notes - Version 0.0.1
Welcome to StartLit!
StartLit is your gateway to building Streamlit apps with ease. Version 1.0.0 brings a simple, streamlined way to start your Streamlit projects. Here's what's included in this release:
Features:
- Package Installation: Now you can easily install StartLit from PYPI using
pip install startlit
. - Simple Usage: Import the package and run
hello()
to receive a friendly welcome message. - Starter App: Use the
starter()
function to download a very simple starter app template, including anapp.py
file and arequirements.txt
file. - Basic help: Use the
help()
function to get started with more support
Example Usage:
# Install the package
pip install startlit
# Import and run hello() for a welcome message
from startlit import *
hello()
# Download a starter app
starter()
Feedback and Contributions:
Excited to hear your feedback and suggestions for improvements.
Feel free to open issues or submit pull requests.
Enjoy your streamlit journey with StartLit and happy coding! 🚀🎉