Skip to content

AlfianAliM/Streamlit-User-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Streamlit-User-Agent

User Agent Analyzer is a simple web application built using Streamlit and Python. This application allows users to input a user agent string and receive information about the device being used, including device type, operating system, and browser.

Features

  • Input a user agent for analysis.
  • Display information about the device, operating system, and browser.
  • Determine whether the device is a mobile, tablet, or PC.

Prerequisites

Before running this application, ensure you have Python 3.x and pip installed on your system.

Installation

  1. Clone this repository:
  2. Create and activate a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate  # For macOS/Linux users
venv\Scripts\activate     # For Windows users
  1. Install dependencies:
pip install streamlit user-agents
  1. Run the Application

image image

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages