Skip to content

Get important statistics from your browser like the user agent, browser type (Chrome, IE, Firefox etc) and more

License

Notifications You must be signed in to change notification settings

Socvest/streamlit-browser-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit-browser-engine

Streamlit component that allows you to get browser stats like user agent or whether the app is being run on mobile or desktop or if you are using Chrome, Firefox, IE etc and more.

Installation instructions

pip install streamlit-browser-engine

Usage instructions

import streamlit as st
from browser_detection import browser_detection_engine

value = browser_detection_engine()
st.write(value)

params:

  • singleRun [defaults to True] - if you only want component to run when app first runs. It will only run once and get the data once. Use False if you want to run everytime app re-runs.

About

Get important statistics from your browser like the user agent, browser type (Chrome, IE, Firefox etc) and more

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published