Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
/ 230914_dashboard Public archive

채권, ETF 투자를 위한 간편 대시보드

Notifications You must be signed in to change notification settings

qus0in/230914_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$ curl https://www.toptal.com/developers/gitignore/api/python > .gitignore
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install streamlit finance-datareader bs4
$ pip freeze > requirements.txt