Skip to content

devil-cyber/Quote-Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Quote-Scrapper

Streamlit library has been used

Prerequisites

Before you get started, you’re going to need a few things:

Your favorite IDE or text editor

Python 3.6 or later

PIP

Streamlit — This one’s kind of important, so don’t forget to install.
If you haven’t already, take a few minutes to read through Main concepts to understand Streamlit’s data flow model.

Set up your virtual environment


Regardless of which package management tool you’re using, we recommend running these commands in a virtual environment. This ensures that the dependencies pulled in for Streamlit don’t impact any other Python projects you’re working on.

pipenv

venv

virtualenv

conda

Install Streamlit

$ pip install streamlit

import streamlit as st

import numpy as np

import pandas as pd


Run your app. A new tab will open in your default browser. It’ll be blank for now. That’s OK.

$ streamlit run first_app.py

Releases

No releases published

Packages

No packages published

Languages