An open API service indexing awesome lists of open source software.

https://github.com/kevinadhiguna/ziremi

A stock price tracker web app that enables you to look at current stock price of an enterprise.
https://github.com/kevinadhiguna/ziremi

python stock-prices streamlit streamlit-webapp

Last synced: about 2 months ago
JSON representation

A stock price tracker web app that enables you to look at current stock price of an enterprise.

Awesome Lists containing this project

README

          

# Ziremi

A stock price tracker web app that enables you to look at current stock price of an enterprise, powered by streamlit and yfinance.


## Demo

This is how Ziremi looks :


## How to run :

1) Clone this repository :

```
git clone https://github.com/kevinadhiguna/ziremi.git
```

2) Install dependencies :

```
pip install -r requirements.txt
```

3) Run program :

```
python ziremi.py
```


![Hello !](https://api.visitorbadge.io/api/VisitorHit?user=kevinadhiguna&repo=ziremi&label=thanks%20for%20dropping%20in%20!&labelColor=%23000000&countColor=%23FFFFFF)