https://github.com/aimanamri/streamlit-app
Few apps using streamlit library. Still working on them but not very active.
https://github.com/aimanamri/streamlit-app
app python streamlit
Last synced: about 1 month ago
JSON representation
Few apps using streamlit library. Still working on them but not very active.
- Host: GitHub
- URL: https://github.com/aimanamri/streamlit-app
- Owner: aimanamri
- License: mit
- Created: 2021-06-01T06:41:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T16:55:20.000Z (over 4 years ago)
- Last Synced: 2025-08-09T06:35:10.190Z (11 months ago)
- Topics: app, python, streamlit
- Language: Python
- Homepage:
- Size: 40.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Streamlit Apps Simple Projects
## 1. Currency Converter App (In-progress)
- **Python libraries :** streamlit, pandas
- Run this demo locally
```bash
pip install --upgrade streamlit
streamlit run https://raw.githubusercontent.com/aimanamri/streamlit-app/main/currencyconverterapp.py
```

## 2. Simple Stock Price App (Completed)
- Currently app is running on herokuapp : https://stock-pricez.herokuapp.com/
- **Python libraries :** streamlit, pandas, yfinance, base64
- Run this demo locally
```bash
pip install --upgrade streamlit
streamlit run https://raw.githubusercontent.com/aimanamri/streamlit-app/main/stockprice.py
```
- Might add some simple technical indicators (SMA,MA,MACD) and more stock ticker options in the future.

## 3. KIT Course Syllabus App (In-progress)
- **Python libraries :** streamlit, pandas
- Run this demo locally
```bash
pip install --upgrade streamlit
streamlit run https://raw.githubusercontent.com/aimanamri/streamlit-app/main/syllabusapp.py
```

## Deploy on Heroku
| Heroku App Guide | Links |
| ----------------- | ------------------------------------------------------------------ |
| Deploying your Streamlit dashboard with Heroku | https://gilberttanner.com/blog/deploying-your-streamlit-dashboard-with-heroku |
| Keeping your Heroku App awake | https://kaffeine.herokuapp.com/ |
| Download Heroku CLI | https://devcenter.heroku.com/articles/heroku-cli |
| Download Git | https://git-scm.com/downloads |
| Simple YouTube Tutorial |https://youtu.be/nJHrSvYxzjE |